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 7a16830082d0d79b86b3eebce8366d9b05748a0a..65a6847b4be322e6ab38762985dc2aba88dcacf4 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 DidUpdateCapabilitiesOnImplThread( |
+ bool success, |
+ scoped_refptr<ContextProvider> offscreen_context_provider) OVERRIDE {} |
virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE {} |
virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE {} |
virtual void OnVSyncParametersChanged( |