| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 5ff30b12fb7f0c8b3b6d191feda089a936162f0a..872935a1be5f3458fdb8566a47e3497c16dbceca 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -120,6 +120,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);
|
|
|