| Index: ui/compositor/paint_recorder.h
|
| diff --git a/ui/compositor/paint_recorder.h b/ui/compositor/paint_recorder.h
|
| index 39a687b75af38cee61c77e119be2d56be154d8f9..b733f8731e5fb738cc41d199bdf84ac4ffe00ec8 100644
|
| --- a/ui/compositor/paint_recorder.h
|
| +++ b/ui/compositor/paint_recorder.h
|
| @@ -10,6 +10,7 @@
|
| #include "skia/ext/refptr.h"
|
| #include "ui/compositor/compositor_export.h"
|
| #include "ui/gfx/canvas.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
|
|
| namespace cc {
|
| class DisplayItemList;
|
| @@ -47,6 +48,7 @@ class COMPOSITOR_EXPORT PaintRecorder {
|
| const PaintContext& context_;
|
| gfx::Canvas canvas_;
|
| PaintCache* cache_;
|
| + gfx::Rect bounds_in_layer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PaintRecorder);
|
| };
|
|
|