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

Unified Diff: cc/resources/tile.cc

Issue 470753002: cc: Change Tile::tile_size_ from a Rect to a Size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « cc/resources/tile.h ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile.cc
diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc
index 85ff831ca52dc456ca68167cd10320d8e87f1059..87e1e46eb2b1ce213839a1b6883612111fc11d0e 100644
--- a/cc/resources/tile.cc
+++ b/cc/resources/tile.cc
@@ -27,7 +27,7 @@ Tile::Tile(TileManager* tile_manager,
int flags)
: RefCountedManaged<Tile>(tile_manager),
tile_manager_(tile_manager),
- tile_size_(tile_size),
+ size_(tile_size),
content_rect_(content_rect),
contents_scale_(contents_scale),
opaque_rect_(opaque_rect),
« no previous file with comments | « cc/resources/tile.h ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698