| 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 1fda6463c23305ec7cce773e715373c3270773fb..3bd7c8addf569826b9202e7344761f12bafbd0e5 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -15,7 +15,6 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| // LayerTreeHostImplClient implementation.
|
| void DidLoseCompositorFrameSinkOnImplThread() override {}
|
| void SetBeginFrameSource(BeginFrameSource* source) override {}
|
| - void SetEstimatedParentDrawTime(base::TimeDelta draw_time) override {}
|
| void DidSwapBuffersCompleteOnImplThread() override {}
|
| void OnCanDrawStateChanged(bool can_draw) override {}
|
| void NotifyReadyToActivate() override {}
|
|
|