summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkitplatformsupport_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webkitplatformsupport_impl.h')
-rw-r--r--webkit/glue/webkitplatformsupport_impl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
index 3db2706..b757f94 100644
--- a/webkit/glue/webkitplatformsupport_impl.h
+++ b/webkit/glue/webkitplatformsupport_impl.h
@@ -25,7 +25,9 @@
#include "webkit/glue/webthemeengine_impl_android.h"
#endif
+namespace base {
class MessageLoop;
+}
namespace webkit {
class WebCompositorSupportImpl;
@@ -177,7 +179,7 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
}
static void DestroyCurrentThread(void*);
- MessageLoop* main_loop_;
+ base::MessageLoop* main_loop_;
base::OneShotTimer<WebKitPlatformSupportImpl> shared_timer_;
void (*shared_timer_func_)();
double shared_timer_fire_time_;