| 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 d05c11e56db594ced4803555a727187aefaf629d..961f0f26b6e85fba4c652fa7f26d78a086a2d01a 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -19,7 +19,6 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| void CommitVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval) override {}
|
| void SetEstimatedParentDrawTime(base::TimeDelta draw_time) override {}
|
| - void SetMaxSwapsPendingOnImplThread(int max) override {}
|
| void DidSwapBuffersOnImplThread() override {}
|
| void DidSwapBuffersCompleteOnImplThread() override {}
|
| void OnResourcelessSoftareDrawStateChanged(bool resourceless_draw) override {}
|
|
|