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

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: in_seconds 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 8c15d20f2230c09c128339cfdee173e0ada70516..1fb266f115d085dce240bf16f2ae121ce773f435 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -41,8 +41,7 @@ class CC_EXPORT LayerTreeHostCommon {
float page_scale_factor,
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