| Index: ui/compositor/paint_recorder.h
|
| diff --git a/ui/compositor/paint_recorder.h b/ui/compositor/paint_recorder.h
|
| index 12a5e9f2c057efe3d125afddeed8adba739dc92c..10c9f1c3478e560fe846e7661b04be0572ebde5e 100644
|
| --- a/ui/compositor/paint_recorder.h
|
| +++ b/ui/compositor/paint_recorder.h
|
| @@ -30,7 +30,16 @@ class COMPOSITOR_EXPORT PaintRecorder {
|
| // PaintRecorder is in use. Canvas is bounded by |recording_size|.
|
| PaintRecorder(const PaintContext& context,
|
| const gfx::Size& recording_size,
|
| - PaintCache* cache);
|
| + PaintCache* cache,
|
| + bool is_scaled = false);
|
| +
|
| + PaintRecorder(const PaintContext& context,
|
| + const gfx::Size& recording_size,
|
| + PaintCache* cache,
|
| + float canvas_scale_x,
|
| + float canvas_scale_y,
|
| + bool is_scaled = false);
|
| +
|
| PaintRecorder(const PaintContext& context, const gfx::Size& recording_size);
|
| ~PaintRecorder();
|
|
|
|
|