| Index: cc/test/fake_layer_tree_host_impl_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
|
| index 2f33b7aea4cb05cc79a9128d5242711c5ade152a..f0651c27ae955d3befa1aded6045317eb0cbd124 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -21,7 +21,6 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| virtual void SetMaxSwapsPendingOnImplThread(int max) OVERRIDE {}
|
| virtual void DidSwapBuffersOnImplThread() OVERRIDE {}
|
| virtual void DidSwapBuffersCompleteOnImplThread() OVERRIDE {}
|
| - virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE {}
|
| virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {}
|
| virtual void NotifyReadyToActivate() OVERRIDE {}
|
| virtual void SetNeedsRedrawOnImplThread() OVERRIDE {}
|
|
|