| Index: third_party/WebKit/Source/platform/graphics/PaintRecordPattern.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.h b/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.h
|
| index d987801d33b0663578d3dca04ae13e9e862b8049..84d6019a0449a90b68431b984d21e30405d9fbf8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.h
|
| @@ -18,7 +18,7 @@ class PLATFORM_EXPORT PaintRecordPattern final : public Pattern {
|
| ~PaintRecordPattern() override;
|
|
|
| protected:
|
| - sk_sp<PaintShader> CreateShader(const SkMatrix&) override;
|
| + std::unique_ptr<PaintShader> CreateShader(const SkMatrix&) override;
|
|
|
| private:
|
| PaintRecordPattern(sk_sp<PaintRecord>, RepeatMode);
|
|
|