Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index ea2997ae183a4881240d37ea8c7db02cbd8d1e28..59c2656c86bc5e77f854ae4989e58aa5172f5d54 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -124,6 +124,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) { |
CreateFailedAndGaveUp, |
}; |
CreateResult OnCreateAndInitializeOutputSurfaceAttempted(bool success); |
+ void DidUpdateCapabilities(); |
void DidCommitAndDrawFrame() { client_->DidCommitAndDrawFrame(); } |
void DidCompleteSwapBuffers() { client_->DidCompleteSwapBuffers(); } |
void DeleteContentsTexturesOnImplThread(ResourceProvider* resource_provider); |