Index: webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc |
diff --git a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc |
index f65ff8a658475c458af3987c91a4d5ef37034b17..62838a00f78c1e9367fd52cc80e76fe753600c60 100644 |
--- a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc |
+++ b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc |
@@ -110,4 +110,9 @@ void WebToCCInputHandlerAdapter::animate(base::TimeTicks time) |
m_handler->animate(monotonicTimeSeconds); |
} |
+void WebToCCInputHandlerAdapter::mainThreadHasStoppedFlinging() |
+{ |
+ m_handler->mainThreadHasStoppedFlinging(); |
+} |
+ |
} // namespace WebKit |