| 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 7a16830082d0d79b86b3eebce8366d9b05748a0a..06c0b77ebc9f9098b88774e0a7dbb1415a93ca9c 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -14,9 +14,6 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| // LayerTreeHostImplClient implementation.
|
| virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE {}
|
| virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE {}
|
| - virtual void OnVSyncParametersChanged(
|
| - base::TimeTicks,
|
| - base::TimeDelta) OVERRIDE {}
|
| virtual void BeginFrameOnImplThread(base::TimeTicks frame_time)
|
| OVERRIDE {}
|
| virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {}
|
|
|