Index: components/html_viewer/blink_platform_impl.h |
diff --git a/components/html_viewer/blink_platform_impl.h b/components/html_viewer/blink_platform_impl.h |
index 3f9a803b805f7aee2777e30a01a66391a6edbd4e..f257a6a4651d06571ee2290e5e9e4f6306eb2433 100644 |
--- a/components/html_viewer/blink_platform_impl.h |
+++ b/components/html_viewer/blink_platform_impl.h |
@@ -51,7 +51,6 @@ class BlinkPlatformImpl : public blink::Platform { |
virtual void setSharedTimerFiredFunction(void (*func)()); |
virtual void setSharedTimerFireInterval(double interval_seconds); |
virtual void stopSharedTimer(); |
- virtual void callOnMainThread(void (*func)(void*), void* context); |
virtual bool isThreadedCompositingEnabled(); |
virtual blink::WebCompositorSupport* compositorSupport(); |
void createMessageChannel(blink::WebMessagePortChannel** channel1, |
@@ -92,7 +91,6 @@ class BlinkPlatformImpl : public blink::Platform { |
static void DestroyCurrentThread(void*); |
- base::MessageLoop* main_loop_; |
base::OneShotTimer<BlinkPlatformImpl> shared_timer_; |
void (*shared_timer_func_)(); |
double shared_timer_fire_time_; |