Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index f6993cb023227bc21d8080c22c3e8f3a3f9ed327..e71f210236bd58cbf92034b1b8f0862c8da041d5 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -59,6 +59,7 @@ struct RendererCapabilitiesImpl; |
// LayerTreeHost->Proxy callback interface. |
class LayerTreeHostImplClient { |
public: |
+ virtual void UpdateRendererCapabilitiesOnImplThread() = 0; |
virtual void DidLoseOutputSurfaceOnImplThread() = 0; |
virtual void DidSwapBuffersOnImplThread() = 0; |
virtual void OnSwapBuffersCompleteOnImplThread() = 0; |