blob: 7a75e262f186ff26d305cfe1ac7ee0105b4f6b96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- content/gpu/gpu_child_thread.cc.orig 2016-10-06 04:02:19.000000000 +0300
+++ content/gpu/gpu_child_thread.cc 2016-10-14 15:27:34.081648000 +0300
@@ -419,6 +419,7 @@
if (dead_on_arrival_)
return;
+#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.
@@ -461,6 +462,7 @@
base::MessageLoop::current()->QuitWhenIdle();
}
#endif // OS_WIN
+#endif // XXX(rene) !FreeBSD
}
void GpuChildThread::OnGetVideoMemoryUsageStats() {
|