| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index fe4d3ce15e37ae9dad3e3c3b8d393042fcfc44b3..0dac81d459486c2f04a8a862b9afedc92e47e284 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -139,8 +139,6 @@ int GpuMain(const MainFunctionParams& parameters) {
|
| gfx::kGLImplementationDesktopName) {
|
| message_loop_type = base::MessageLoop::TYPE_UI;
|
| }
|
| -#elif defined(TOOLKIT_GTK)
|
| - message_loop_type = base::MessageLoop::TYPE_GPU;
|
| #elif defined(OS_LINUX)
|
| message_loop_type = base::MessageLoop::TYPE_DEFAULT;
|
| #endif
|
|
|