| Index: sky/engine/core/painting/PictureRecorder.h
|
| diff --git a/sky/engine/core/painting/PictureRecorder.h b/sky/engine/core/painting/PictureRecorder.h
|
| index 503c05e5d9ec75d07b51b05a60bb9761223e6a85..e01c66a310d388822321206bb23f5809ce0864e3 100644
|
| --- a/sky/engine/core/painting/PictureRecorder.h
|
| +++ b/sky/engine/core/painting/PictureRecorder.h
|
| @@ -12,8 +12,9 @@
|
|
|
| namespace blink {
|
|
|
| -class Picture;
|
| class Canvas;
|
| +class Drawable;
|
| +class Picture;
|
|
|
| class PictureRecorder : public RefCounted<PictureRecorder>,
|
| public DartWrappable {
|
| @@ -29,6 +30,7 @@ public:
|
| // PassRefPtr<Canvas> beginRecording(double width, double height);
|
| SkCanvas* beginRecording(double width, double height);
|
| PassRefPtr<Picture> endRecording();
|
| + PassRefPtr<Drawable> endRecordingAsDrawable();
|
| bool isRecording();
|
|
|
| void set_canvas(PassRefPtr<Canvas> canvas);
|
|
|