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

Unified Diff: cc/trees/layer_tree_host_common.h

Issue 12259027: cc: Simplify the logic for deciding to update tile priorities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add early-out and unit test Created 7 years, 8 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_common.h
diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
index 62b17b6bcf9f82f165e9ff20b927944374f88ff8..bd3bae8fdef0b05f7c55ce2f56e71bc92ef3698f 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -43,8 +43,7 @@ class CC_EXPORT LayerTreeHostCommon {
LayerImpl* page_scale_application_layer,
int max_texture_size,
bool can_use_lcd_text,
- LayerImplList* render_surface_layer_list,
- bool update_tile_priorities);
+ LayerImplList* render_surface_layer_list);
// Performs hit testing for a given render_surface_layer_list.
static LayerImpl* FindLayerThatIsHitByPoint(

Powered by Google App Engine
This is Rietveld 408576698