| 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 47c4e27fb9267ef95645759259be023216b1d339..5c174eb112b13c91386d6f471c841a2f6b1fcaec 100644
|
| --- a/cc/test/fake_layer_tree_host_client.h
|
| +++ b/cc/test/fake_layer_tree_host_client.h
|
| @@ -31,7 +31,7 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient {
|
| virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
|
| float page_scale) OVERRIDE {}
|
|
|
| - virtual scoped_ptr<OutputSurface> CreateOutputSurface() OVERRIDE;
|
| + virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
|
| virtual void DidInitializeOutputSurface(bool success) OVERRIDE {}
|
| virtual void WillCommit() OVERRIDE {}
|
| virtual void DidCommit() OVERRIDE {}
|
|
|