Index: cc/test/fake_layer_tree_host_client.h |
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h |
index 7f7bd351dd94574a40ffd5d0458401f869cb8a44..85a37518acc95bb83bd2b03d7e172d0fae9adf9f 100644 |
--- a/cc/test/fake_layer_tree_host_client.h |
+++ b/cc/test/fake_layer_tree_host_client.h |
@@ -29,7 +29,7 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient, |
// 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 BeginFrameArgs& args) OVERRIDE {} |
virtual void Layout() OVERRIDE {} |
virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta, |
float page_scale) OVERRIDE {} |