| 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 98aafa0352e72006f67ca2a5f75c45971c7b310f..566835d00c1ce6415ddcf3f51bab63c282867a0f 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -26,6 +26,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| void NotifyReadyToDraw() override {}
|
| void SetNeedsRedrawOnImplThread() override {}
|
| void SetNeedsRedrawRectOnImplThread(const gfx::Rect& damage_rect) override {}
|
| + void OutputSurfaceDidRequestDraw() override {}
|
| void SetNeedsAnimateOnImplThread() override {}
|
| void SetNeedsCommitOnImplThread() override {}
|
| void SetNeedsPrepareTilesOnImplThread() override {}
|
|
|