| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index b7e7152380205d956f7ce353b2d8582ce1607459..6f71735ea75f63ea77030148dda6b17bc1340b9f 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -70,10 +70,10 @@ class CC_EXPORT PictureLayer : public Layer {
|
| devtools_instrumentation::
|
| ScopedLayerObjectTracker instrumentation_object_tracker_;
|
|
|
| - // Invalidation to use the next time update is called.
|
| - InvalidationRegion invalidation_;
|
| -
|
| + // These store the last visible layer and invalidation computed via a call
|
| + // to Update().
|
| gfx::Rect last_updated_visible_layer_rect_;
|
| + Region last_updated_invalidation_;
|
|
|
| int update_source_frame_number_;
|
| bool is_mask_;
|
|
|