| Index: cc/test/fake_layer_tree_host_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h
|
| index 7f7bd351dd94574a40ffd5d0458401f869cb8a44..a4ec5c9f2fdbc3adfe01f03f43ba19de5b8f0d5e 100644
|
| --- a/cc/test/fake_layer_tree_host_client.h
|
| +++ b/cc/test/fake_layer_tree_host_client.h
|
| @@ -36,6 +36,7 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient,
|
|
|
| virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
|
| virtual void DidInitializeOutputSurface() OVERRIDE {}
|
| + virtual void DidLoseOutputSurface() OVERRIDE {}
|
| virtual void WillCommit() OVERRIDE {}
|
| virtual void DidCommit() OVERRIDE {}
|
| virtual void DidCommitAndDrawFrame() OVERRIDE {}
|
|
|