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_); |