Index: cc/layers/picture_layer_impl.h |
diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h |
index 47d881dfdee8118f50177f9aa1e669a147bd32e7..47e74aeefcc247bcc8b9c193fc22de40c83c5fd8 100644 |
--- a/cc/layers/picture_layer_impl.h |
+++ b/cc/layers/picture_layer_impl.h |
@@ -135,8 +135,7 @@ class CC_EXPORT PictureLayerImpl |
// PushPropertiesTo active tree => pending tree. |
void SyncTiling(const PictureLayerTiling* tiling); |
- // Mask-related functions |
- void SetIsMask(bool is_mask); |
+ // Mask-related functions. |
virtual ResourceProvider::ResourceId ContentsResourceId() const OVERRIDE; |
virtual size_t GPUMemoryUsageInBytes() const OVERRIDE; |
@@ -205,8 +204,6 @@ class CC_EXPORT PictureLayerImpl |
scoped_refptr<PicturePileImpl> pile_; |
Region invalidation_; |
- bool is_mask_; |
- |
float ideal_page_scale_; |
float ideal_device_scale_; |
float ideal_source_scale_; |