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

Unified Diff: cc/resources/tile.cc

Issue 12865017: Makes tile-creation lazy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« cc/resources/tile.h ('K') | « cc/resources/tile.h ('k') | no next file » | 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 f29baf6907ac83b00cecfa0a54afc56de0bc4fb1..7e7619313b9da2d65ec4e3c891f5ee423eee0161 100644
--- a/cc/resources/tile.cc
+++ b/cc/resources/tile.cc
@@ -15,6 +15,7 @@ Tile::Tile(TileManager* tile_manager,
gfx::Size tile_size,
GLenum format,
gfx::Rect content_rect,
+ gfx::Rect paint_rect,
gfx::Rect opaque_rect,
float contents_scale,
int layer_id)
@@ -22,6 +23,7 @@ Tile::Tile(TileManager* tile_manager,
tile_size_(tile_size),
format_(format),
content_rect_(content_rect),
+ paint_rect_(paint_rect),
contents_scale_(contents_scale),
opaque_rect_(opaque_rect),
layer_id_(layer_id) {
« cc/resources/tile.h ('K') | « cc/resources/tile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698