| 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 44e53809054deac1dc1a003275df9b736ed3e277..184bacc251ac14ee79c21e4656989649d2b38299 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -12,6 +12,9 @@ namespace cc {
|
| class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| public:
|
| // LayerTreeHostImplClient implementation.
|
| + virtual void DidTryInitializeRendererOnImplThread(
|
| + bool success,
|
| + scoped_refptr<ContextProvider> offscreen_context_provider) OVERRIDE {}
|
| virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE {}
|
| virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE {}
|
| virtual void OnVSyncParametersChanged(
|
|
|