| Index: sky/engine/core/painting/PictureRecorder.h
|
| diff --git a/sky/engine/core/painting/PictureRecorder.h b/sky/engine/core/painting/PictureRecorder.h
|
| index e01c66a310d388822321206bb23f5809ce0864e3..02c7d720c7bea50b33fcb850f92adb04c846d3e9 100644
|
| --- a/sky/engine/core/painting/PictureRecorder.h
|
| +++ b/sky/engine/core/painting/PictureRecorder.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef SKY_ENGINE_CORE_PAINTING_PICTURERECORDER_H_
|
| #define SKY_ENGINE_CORE_PAINTING_PICTURERECORDER_H_
|
|
|
| +#include "sky/engine/core/painting/Rect.h"
|
| #include "sky/engine/tonic/dart_wrappable.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| #include "sky/engine/wtf/RefCounted.h"
|
| @@ -28,7 +29,7 @@ public:
|
| ~PictureRecorder();
|
|
|
| // PassRefPtr<Canvas> beginRecording(double width, double height);
|
| - SkCanvas* beginRecording(double width, double height);
|
| + SkCanvas* beginRecording(Rect bounds);
|
| PassRefPtr<Picture> endRecording();
|
| PassRefPtr<Drawable> endRecordingAsDrawable();
|
| bool isRecording();
|
|
|