aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_gpu_gpu__main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_gpu_gpu__main.cc')
-rw-r--r--www/chromium/files/patch-content_gpu_gpu__main.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-content_gpu_gpu__main.cc b/www/chromium/files/patch-content_gpu_gpu__main.cc
index accef8f0c411..d700d02df016 100644
--- a/www/chromium/files/patch-content_gpu_gpu__main.cc
+++ b/www/chromium/files/patch-content_gpu_gpu__main.cc
@@ -1,6 +1,6 @@
---- content/gpu/gpu_main.cc.orig 2017-04-19 19:06:34 UTC
+--- content/gpu/gpu_main.cc.orig 2017-06-05 19:03:07 UTC
+++ content/gpu/gpu_main.cc
-@@ -98,7 +98,7 @@ namespace content {
+@@ -96,7 +96,7 @@ namespace content {
namespace {
@@ -9,7 +9,7 @@
bool StartSandboxLinux(gpu::GpuWatchdogThread*);
#elif defined(OS_WIN)
bool StartSandboxWindows(const sandbox::SandboxInterfaceInfo*);
-@@ -152,7 +152,7 @@ class ContentSandboxHelper : public gpu:
+@@ -150,7 +150,7 @@ class ContentSandboxHelper : public gpu::GpuSandboxHel
bool EnsureSandboxInitialized(
gpu::GpuWatchdogThread* watchdog_thread) override {
@@ -18,7 +18,7 @@
return StartSandboxLinux(watchdog_thread);
#elif defined(OS_WIN)
return StartSandboxWindows(sandbox_info_);
-@@ -313,7 +313,7 @@ int GpuMain(const MainFunctionParams& pa
+@@ -301,7 +301,7 @@ int GpuMain(const MainFunctionParams& parameters) {
namespace {