Chromium Code Reviews| Index: base/message_loop/message_loop.cc |
| diff --git a/base/message_loop/message_loop.cc b/base/message_loop/message_loop.cc |
| index 701594a122c7562b675680188a24949f99a46e6f..d5f23998714ba379aa0b0cf2baf447d2b4d94856 100644 |
| --- a/base/message_loop/message_loop.cc |
| +++ b/base/message_loop/message_loop.cc |
| @@ -425,7 +425,7 @@ void MessageLoop::RunInternal() { |
| StartHistogrammer(); |
| -#if !defined(OS_MACOSX) && !defined(OS_ANDROID) |
| +#if !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(TOOLKIT_GTK) |
| if (run_loop_->dispatcher_ && type() == TYPE_UI) { |
|
ccameron
2013/09/03 23:35:49
I'll have to make this exist when TOOLKIT_GTK is d
|
| static_cast<MessagePumpForUI*>(pump_.get())-> |
| RunWithDispatcher(this, run_loop_->dispatcher_); |