diff options
Diffstat (limited to 'www/chromium/files/patch-content_gpu_gpu__child__thread.cc')
-rw-r--r-- | www/chromium/files/patch-content_gpu_gpu__child__thread.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content_gpu_gpu__child__thread.cc b/www/chromium/files/patch-content_gpu_gpu__child__thread.cc index 2146462d9b25..6e35e0a9ab3d 100644 --- a/www/chromium/files/patch-content_gpu_gpu__child__thread.cc +++ b/www/chromium/files/patch-content_gpu_gpu__child__thread.cc @@ -1,6 +1,6 @@ ---- content/gpu/gpu_child_thread.cc.orig 2017-01-26 00:49:13 UTC +--- content/gpu/gpu_child_thread.cc.orig 2017-03-09 20:04:32 UTC +++ content/gpu/gpu_child_thread.cc -@@ -383,6 +383,7 @@ void GpuChildThread::OnCollectGraphicsIn +@@ -387,6 +387,7 @@ void GpuChildThread::OnCollectGraphicsIn if (dead_on_arrival_) return; @@ -8,7 +8,7 @@ #if defined(OS_WIN) // GPU full info collection should only happen on un-sandboxed GPU process // or single process/in-process gpu mode on Windows. -@@ -434,6 +435,7 @@ void GpuChildThread::OnCollectGraphicsIn +@@ -438,6 +439,7 @@ void GpuChildThread::OnCollectGraphicsIn base::MessageLoop::current()->QuitWhenIdle(); } #endif // OS_WIN |