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

Unified Diff: cc/tiles/tile.cc

Issue 2175553002: Raster PictureLayerTiling with fractional translation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Raster PictureLayerTiling with fractional translation Created 4 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
Index: cc/tiles/tile.cc
diff --git a/cc/tiles/tile.cc b/cc/tiles/tile.cc
index 81dce76513fe2fb0f947448355385662cc86c323..b7abda57ee61e8cb83986aa5f48b85ad343ad219 100644
--- a/cc/tiles/tile.cc
+++ b/cc/tiles/tile.cc
@@ -25,6 +25,7 @@ Tile::Tile(TileManager* tile_manager,
content_rect_(info.content_rect),
enclosing_layer_rect_(info.enclosing_layer_rect),
contents_scale_(info.contents_scale),
+ contents_translation_(info.contents_translation),
layer_id_(layer_id),
source_frame_number_(source_frame_number),
flags_(flags),

Powered by Google App Engine
This is Rietveld 408576698