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

Unified Diff: cc/picture_layer_tiling_set.cc

Issue 11639050: cc: Support mask layers in impl-side painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/picture_layer_tiling_set.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer_tiling_set.cc
diff --git a/cc/picture_layer_tiling_set.cc b/cc/picture_layer_tiling_set.cc
index b0744b8d00af273b1e91a61ffc3b80bb33c4c8e7..25243a3fc4a2784a0e1d0af9779e892fbba62c05 100644
--- a/cc/picture_layer_tiling_set.cc
+++ b/cc/picture_layer_tiling_set.cc
@@ -73,7 +73,7 @@ void PictureLayerTilingSet::Reset() {
tilings_[i]->Reset();
}
-PictureLayerTilingSet::Iterator::Iterator(PictureLayerTilingSet* set,
+PictureLayerTilingSet::Iterator::Iterator(const PictureLayerTilingSet* set,
float contents_scale,
gfx::Rect content_rect)
: set_(set),
« no previous file with comments | « cc/picture_layer_tiling_set.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698