Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 1a2a65b4a62396a1788351b5ba1591624aab103f..52750c4a1f3ae2390212a273112c28a170bc747f 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -129,6 +129,7 @@ class CC_EXPORT LayerTreeHost { |
}; |
virtual CreateResult OnCreateAndInitializeOutputSurfaceAttempted( |
bool success); |
+ void RendererCapabilitiesChanged(); |
void DidCommitAndDrawFrame() { client_->DidCommitAndDrawFrame(); } |
void DidCompleteSwapBuffers() { client_->DidCompleteSwapBuffers(); } |
void DeleteContentsTexturesOnImplThread(ResourceProvider* resource_provider); |