| 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 0bad7ad66027c4eef1bb7ec58af33f5af8d98d80..abef59ab0518eaf7f8926ea893aa69442adcfb4d 100644
|
| --- a/cc/test/fake_layer_tree_host_client.h
|
| +++ b/cc/test/fake_layer_tree_host_client.h
|
| @@ -24,7 +24,7 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient {
|
| explicit FakeLayerTreeHostClient(RendererOptions options);
|
| virtual ~FakeLayerTreeHostClient();
|
|
|
| - virtual void WillBeginMainFrame() OVERRIDE {}
|
| + virtual void WillBeginMainFrame(int frame_id) OVERRIDE {}
|
| virtual void DidBeginMainFrame() OVERRIDE {}
|
| virtual void Animate(double frame_begin_time) OVERRIDE {}
|
| virtual void Layout() OVERRIDE {}
|
|
|