| 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 1b0ec1f4f830a23a0cb388df26f73fc42a30a627..f9284532bab3ab5801fe8656f2b397c1879e3410 100644
|
| --- a/cc/test/fake_layer_tree_host_client.h
|
| +++ b/cc/test/fake_layer_tree_host_client.h
|
| @@ -35,7 +35,7 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient,
|
| float page_scale) OVERRIDE {}
|
|
|
| virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
|
| - virtual void DidInitializeOutputSurface(bool success) OVERRIDE {}
|
| + virtual void DidInitializeOutputSurface() OVERRIDE {}
|
| virtual void WillCommit() OVERRIDE {}
|
| virtual void DidCommit() OVERRIDE {}
|
| virtual void DidCommitAndDrawFrame() OVERRIDE {}
|
|
|