summaryrefslogtreecommitdiffstats
path: root/content/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'content/gpu')
-rw-r--r--content/gpu/gpu_main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index ed97b45..661dcb2 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -142,6 +142,8 @@ int GpuMain(const content::MainFunctionParams& parameters) {
gfx::kGLImplementationDesktopName) {
message_loop_type = MessageLoop::TYPE_UI;
}
+#elif defined(OS_LINUX)
+ message_loop_type = MessageLoop::TYPE_DEFAULT;
#endif
MessageLoop main_message_loop(message_loop_type);