Index: cc/picture_layer_tiling_set.h |
diff --git a/cc/picture_layer_tiling_set.h b/cc/picture_layer_tiling_set.h |
index b8c72c00d3541081b02554d7aacd77c7e036ed0c..1d5423c8af9637de07c16e781c7b640ea4440a34 100644 |
--- a/cc/picture_layer_tiling_set.h |
+++ b/cc/picture_layer_tiling_set.h |
@@ -106,7 +106,6 @@ class CC_EXPORT PictureLayerTilingSet { |
PictureLayerTilingClient* client_; |
gfx::Size layer_bounds_; |
ScopedPtrVector<PictureLayerTiling> tilings_; |
- Region invalidation_; |
enne (OOO)
2013/01/17 23:34:55
Oops, thanks.
|
friend class Iterator; |
}; |