| Index: ui/compositor/paint_recorder.h
|
| diff --git a/ui/compositor/paint_recorder.h b/ui/compositor/paint_recorder.h
|
| index ffe090a23c210fac6d9c201c1c1100e769bd14d8..18b4a24e5144192a42fa32ee203c9db3685d2083 100644
|
| --- a/ui/compositor/paint_recorder.h
|
| +++ b/ui/compositor/paint_recorder.h
|
| @@ -32,6 +32,7 @@ class COMPOSITOR_EXPORT PaintRecorder {
|
| // PaintRecorder is in use. Canvas is bounded by |recording_size|.
|
| PaintRecorder(const PaintContext& context,
|
| const gfx::Size& recording_size,
|
| + const gfx::PointF& recording_scale,
|
| PaintCache* cache);
|
| PaintRecorder(const PaintContext& context, const gfx::Size& recording_size);
|
| ~PaintRecorder();
|
|
|