diff options
Diffstat (limited to 'www/chromium/files/patch-services_ui_gpu_gpu__main.cc')
-rw-r--r-- | www/chromium/files/patch-services_ui_gpu_gpu__main.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-services_ui_gpu_gpu__main.cc b/www/chromium/files/patch-services_ui_gpu_gpu__main.cc deleted file mode 100644 index 4ccd06a90cfb..000000000000 --- a/www/chromium/files/patch-services_ui_gpu_gpu__main.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- services/ui/gpu/gpu_main.cc.orig 2017-06-05 19:03:11 UTC -+++ services/ui/gpu/gpu_main.cc -@@ -64,7 +64,7 @@ GpuMain::GpuMain(mojom::GpuMainRequest request) - // runtime. - thread_options.message_loop_type = - ui::OzonePlatform::EnsureInstance()->GetMessageLoopTypeForGpu(); --#elif defined(OS_LINUX) -+#elif defined(OS_LINUX) || defined(OS_BSD) - thread_options.message_loop_type = base::MessageLoop::TYPE_DEFAULT; - #elif defined(OS_MACOSX) - thread_options.message_pump_factory = base::Bind(&CreateMessagePumpMac); |