| 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 d8ae7820c9dc2d9d35942370f8621b84fa25e1f2..caa9846c03daedce1d5209d569a456379b7019a8 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -13,6 +13,7 @@ namespace cc {
|
|
|
| class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| public:
|
| + FakeLayerTreeHostImplClient();
|
| // LayerTreeHostImplClient implementation.
|
| void UpdateRendererCapabilitiesOnImplThread() override {}
|
| void DidLoseOutputSurfaceOnImplThread() override {}
|
|
|