| 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 3d826a6343cc2d8bc3dc035befa56f8c584df5f8..fe3d95d6e413f76123ee3aba7272c5b4141db430 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.h
|
| @@ -21,7 +21,7 @@
|
| ~PaintRecordPattern() override;
|
|
|
| protected:
|
| - std::unique_ptr<PaintShader> CreateShader(const SkMatrix&) override;
|
| + sk_sp<PaintShader> CreateShader(const SkMatrix&) override;
|
|
|
| private:
|
| PaintRecordPattern(sk_sp<PaintRecord>,
|
|
|