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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 287643004: Re-land: cc: Examine layers to determine if we're ready to activate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 b9070ac13ae599d46efc792fe896acf2532d3599..317e24e8570ae0426ccfe398ddb67968dcbf5a3e 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -488,8 +488,7 @@ class CC_EXPORT LayerTreeHostImpl
void CreateAndSetTileManager(ResourceProvider* resource_provider,
ContextProvider* context_provider,
bool use_zero_copy,
- bool use_one_copy,
- bool allow_rasterize_on_demand);
+ bool use_one_copy);
void ReleaseTreeResources();
void EnforceZeroBudget(bool zero_budget);

Powered by Google App Engine
This is Rietveld 408576698