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

Unified Diff: cc/resources/picture_layer_tiling_set.h

Issue 271533011: cc: Move tiling management out of draw properties calculation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + review commnets 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/resources/picture_layer_tiling_set.h
diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h
index db1e4ef4390b20e1aee14b9bb7c515433e3f2b28..c7ca972ba7326810d4447f88d58863367238d988 100644
--- a/cc/resources/picture_layer_tiling_set.h
+++ b/cc/resources/picture_layer_tiling_set.h
@@ -57,7 +57,7 @@ class CC_EXPORT PictureLayerTilingSet {
void RemoveAllTiles();
void UpdateTilePriorities(WhichTree tree,
- const gfx::Rect& visible_content_rect,
+ const gfx::Rect& visible_layer_rect,
float layer_contents_scale,
double current_frame_time_in_seconds);

Powered by Google App Engine
This is Rietveld 408576698