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 | 12 |
1 files changed, 6 insertions, 6 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 6e35e0a..2426bce 100644 --- a/www/chromium/files/patch-content_gpu_gpu__child__thread.cc +++ b/www/chromium/files/patch-content_gpu_gpu__child__thread.cc @@ -1,18 +1,18 @@ ---- content/gpu/gpu_child_thread.cc.orig 2017-03-09 20:04:32 UTC +--- content/gpu/gpu_child_thread.cc.orig 2017-04-19 19:06:34 UTC +++ content/gpu/gpu_child_thread.cc -@@ -387,6 +387,7 @@ void GpuChildThread::OnCollectGraphicsIn - if (dead_on_arrival_) - return; +@@ -398,6 +398,7 @@ void GpuChildThread::OnCollectGraphicsIn + } + #endif +#if !defined(OS_BSD) #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. -@@ -438,6 +439,7 @@ void GpuChildThread::OnCollectGraphicsIn +@@ -420,6 +421,7 @@ void GpuChildThread::OnCollectGraphicsIn base::MessageLoop::current()->QuitWhenIdle(); } #endif // OS_WIN +#endif // XXX(rene) !FreeBSD } - void GpuChildThread::OnGetVideoMemoryUsageStats() { + void GpuChildThread::OnClean() { |