| Index: third_party/WebKit/Source/platform/graphics/paint/PaintRecordBuilder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintRecordBuilder.h b/third_party/WebKit/Source/platform/graphics/paint/PaintRecordBuilder.h
|
| index e38b0f6e47c4c6d7ae56d2c81a04feb10e6a6a81..c6a0e04ea84092397f3510bdb23d84d1b938351b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintRecordBuilder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintRecordBuilder.h
|
| @@ -11,6 +11,7 @@
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| #include "platform/graphics/paint/PaintRecord.h"
|
| +#include "third_party/skia/include/core/SkDrawable.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| @@ -48,6 +49,7 @@ class PLATFORM_EXPORT PaintRecordBuilder final : public DisplayItemClient {
|
| // Returns a picture capturing all drawing performed on the builder's context
|
| // since construction.
|
| sk_sp<PaintRecord> endRecording();
|
| + sk_sp<SkDrawable> endRecordingAsDrawable();
|
|
|
| // DisplayItemClient methods
|
| String debugName() const final { return "PaintRecordBuilder"; }
|
|
|