| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index 8c7e2e8da5f8b14ab5737ed553c9cd78571596ae..1cd57302ae378f1487feed8782d2a637dae6129d 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -64,7 +64,7 @@ class CC_EXPORT PictureLayer : public Layer {
|
| InvalidationRegion pending_invalidation_;
|
| // Invalidation from the last time update was called.
|
| Region recording_invalidation_;
|
| - gfx::Rect last_updated_visible_content_rect_;
|
| + gfx::Rect last_updated_visible_layer_rect_;
|
|
|
| int update_source_frame_number_;
|
| bool is_mask_;
|
|
|