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

Unified Diff: cc/resources/picture_layer_tiling.h

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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/resources/picture.cc ('k') | cc/resources/picture_layer_tiling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_layer_tiling.h
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
index 4b80aa047516dabfdd82f02af782b9201782f28f..bdeed08ad7f6b79c4f74d9c9ac63c7108b681e75 100644
--- a/cc/resources/picture_layer_tiling.h
+++ b/cc/resources/picture_layer_tiling.h
@@ -319,10 +319,10 @@ class CC_EXPORT PictureLayerTiling {
const int skewport_extrapolation_limit_in_content_pixels_;
// Given properties.
- float contents_scale_;
+ const float contents_scale_;
+ PictureLayerTilingClient* const client_;
gfx::Size layer_bounds_;
TileResolution resolution_;
- PictureLayerTilingClient* client_;
// Internal data.
TilingData tiling_data_;
« no previous file with comments | « cc/resources/picture.cc ('k') | cc/resources/picture_layer_tiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698