| Index: ui/compositor/paint_recorder.h
|
| diff --git a/ui/compositor/paint_recorder.h b/ui/compositor/paint_recorder.h
|
| index c52c3f83847716aedd4b17c65023294eadb8bfb9..12a5e9f2c057efe3d125afddeed8adba739dc92c 100644
|
| --- a/ui/compositor/paint_recorder.h
|
| +++ b/ui/compositor/paint_recorder.h
|
| @@ -41,7 +41,7 @@ class COMPOSITOR_EXPORT PaintRecorder {
|
| const PaintContext& context_;
|
| gfx::Canvas canvas_;
|
| PaintCache* cache_;
|
| - gfx::Size recording_size_;
|
| + gfx::Rect bounds_in_layer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PaintRecorder);
|
| };
|
|
|