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 5e029e7939360afa1a6a8ea031e88e54d01b100c..9303b1ea5c152bd0c5819a849ee020dc8b8982fa 100644 |
--- a/cc/test/fake_layer_tree_host_client.h |
+++ b/cc/test/fake_layer_tree_host_client.h |
@@ -24,8 +24,8 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient { |
explicit FakeLayerTreeHostClient(RendererOptions options); |
virtual ~FakeLayerTreeHostClient(); |
- virtual void WillBeginFrame() OVERRIDE {} |
- virtual void DidBeginFrame() OVERRIDE {} |
+ virtual void WillBeginMainFrame() OVERRIDE {} |
+ virtual void DidBeginMainFrame() OVERRIDE {} |
virtual void Animate(double frame_begin_time) OVERRIDE {} |
virtual void Layout() OVERRIDE {} |
virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, |