| 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 7df6585697bd64a74370500be5464147c374b065..d05c11e56db594ced4803555a727187aefaf629d 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -22,6 +22,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| void SetMaxSwapsPendingOnImplThread(int max) override {}
|
| void DidSwapBuffersOnImplThread() override {}
|
| void DidSwapBuffersCompleteOnImplThread() override {}
|
| + void OnResourcelessSoftareDrawStateChanged(bool resourceless_draw) override {}
|
| void OnCanDrawStateChanged(bool can_draw) override {}
|
| void NotifyReadyToActivate() override {}
|
| void NotifyReadyToDraw() override {}
|
|
|