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