| 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 efc40f2150ac756cd5fd7aa4584e9b51ed4fe5ae..88935e31215030e9121a255cf2b940311b866b65 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -21,6 +21,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| virtual void BeginFrameOnImplThread(const BeginFrameArgs& args)
|
| OVERRIDE {}
|
| virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {}
|
| + virtual void NotifyReadyToActivate() OVERRIDE {}
|
| virtual void OnHasPendingTreeStateChanged(bool has_pending_tree) OVERRIDE {}
|
| virtual void SetNeedsRedrawOnImplThread() OVERRIDE {}
|
| virtual void SetNeedsRedrawRectOnImplThread(gfx::Rect damage_rect) OVERRIDE {}
|
|
|