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

Unified Diff: cc/resources/picture_layer_tiling.h

Issue 413863003: cc: Make rect naming consistent in picture layer tiling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed extra patch Created 6 years, 5 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
« no previous file with comments | « no previous file | cc/resources/picture_layer_tiling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_layer_tiling.h
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
index 7da1388567fb9fbbf80a4753d47b1fb8140c641f..37eea09cd95c506e6cce1fb95fd2cea229814c99 100644
--- a/cc/resources/picture_layer_tiling.h
+++ b/cc/resources/picture_layer_tiling.h
@@ -300,10 +300,11 @@ class CC_EXPORT PictureLayerTiling {
double last_impl_frame_time_in_seconds_;
gfx::Rect last_visible_rect_in_content_space_;
- gfx::Rect current_visible_rect_in_content_space_;
- gfx::Rect current_skewport_;
- gfx::Rect current_eventually_rect_;
+ // Iteration rects in content space
+ gfx::Rect current_visible_rect_;
+ gfx::Rect current_skewport_rect_;
gfx::Rect current_soon_border_rect_;
+ gfx::Rect current_eventually_rect_;
std::vector<Tile*> eviction_tiles_cache_;
bool eviction_tiles_cache_valid_;
« no previous file with comments | « no previous file | cc/resources/picture_layer_tiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698