| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index 80bb4d867a6b01ff5c50a390fb835b0735a3a81a..25b0251f014f3a90bbb0b1a3164ad2b7bd98c193 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -60,6 +60,7 @@ class CC_EXPORT PictureLayer : public Layer {
|
| InvalidationRegion pending_invalidation_;
|
| // Invalidation from the last time update was called.
|
| Region pile_invalidation_;
|
| + bool includes_first_paint_invalidation_;
|
| gfx::Rect last_updated_visible_content_rect_;
|
| bool is_mask_;
|
|
|
|
|