Index: content/test/web_layer_tree_view_impl_for_testing.h |
diff --git a/content/test/web_layer_tree_view_impl_for_testing.h b/content/test/web_layer_tree_view_impl_for_testing.h |
index 730c210c0181a86776bbeedde04d532cc1beea61..e2403bc3c54032303d4bb918aaafbf3bc52bcdde 100644 |
--- a/content/test/web_layer_tree_view_impl_for_testing.h |
+++ b/content/test/web_layer_tree_view_impl_for_testing.h |
@@ -67,7 +67,7 @@ class WebLayerTreeViewImplForTesting |
// cc::LayerTreeHostClient implementation. |
virtual void WillBeginMainFrame(int frame_id) OVERRIDE {} |
virtual void DidBeginMainFrame() OVERRIDE {} |
- virtual void Animate(base::TimeTicks frame_begin_time) OVERRIDE {} |
+ virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE {} |
virtual void Layout() OVERRIDE; |
virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta, |
float page_scale) OVERRIDE; |