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

Unified Diff: cc/tiles/tile.cc

Issue 2564433003: Add PictureLayerTiling pointer to Tile (Closed)
Patch Set: rebase Created 4 years 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/tiles/tile.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile.cc
diff --git a/cc/tiles/tile.cc b/cc/tiles/tile.cc
index 1ed26bb4c10fa1c83fca636bb69b5d80446cafe2..0dbee1106953fdf1159f90d97e937084a4de772e 100644
--- a/cc/tiles/tile.cc
+++ b/cc/tiles/tile.cc
@@ -23,6 +23,7 @@ Tile::Tile(TileManager* tile_manager,
int source_frame_number,
int flags)
: tile_manager_(tile_manager),
+ tiling_(info.tiling),
content_rect_(info.content_rect),
enclosing_layer_rect_(info.enclosing_layer_rect),
raster_scales_(info.raster_scales),
« no previous file with comments | « cc/tiles/tile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698