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

Unified Diff: cc/resources/picture_layer_tiling_set.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
Index: cc/resources/picture_layer_tiling_set.cc
diff --git a/cc/resources/picture_layer_tiling_set.cc b/cc/resources/picture_layer_tiling_set.cc
index 0baf02db10d461cfc194e685eb0efa66af9bbc6f..fb3541fab4f6b4c1cde8d2aec874ebf6e8adf920 100644
--- a/cc/resources/picture_layer_tiling_set.cc
+++ b/cc/resources/picture_layer_tiling_set.cc
@@ -55,7 +55,6 @@ void PictureLayerTilingSet::Clone(
tilings_.push_back(tiling->Clone());
gfx::Size size = tilings_.back()->layer_bounds();
tilings_.back()->SetClient(client_);
- tilings_.back()->Invalidate(invalidation);
enne (OOO) 2013/03/27 16:16:27 I like being able to get rid of this function. :)
// Intentionally use this set's layer bounds, as it may have changed.
tilings_.back()->SetLayerBounds(layer_bounds_);

Powered by Google App Engine
This is Rietveld 408576698