| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index 978ec40b5b314217dd791aaac3cdbaf7dab5be53..170ca33c4bc2c3feb61f096c672af763f9898194 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -61,7 +61,6 @@ class CC_EXPORT PictureLayer : public Layer {
|
| // Invalidation from the last time update was called.
|
| Region pile_invalidation_;
|
| gfx::Rect last_updated_visible_content_rect_;
|
| - bool is_mask_;
|
|
|
| int update_source_frame_number_;
|
| bool can_use_lcd_text_last_frame_;
|
|
|