Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 899313003: cc: Split ReleaseResources into Release and Recreate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f543dd9917016f1bd8bf5ca54c78fe38a9736bad..f4052f1fae136ba242f601b6ca310d48edde5bd6 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -547,6 +547,7 @@ class CC_EXPORT LayerTreeHostImpl
void CreateAndSetTileManager();
void DestroyTileManager();
void ReleaseTreeResources();
+ void RecreateTreeResources();
void EnforceZeroBudget(bool zero_budget);
bool UsePendingTreeForSync() const;

Powered by Google App Engine
This is Rietveld 408576698