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), |