| Index: third_party/WebKit/Source/platform/graphics/ImagePattern.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImagePattern.h b/third_party/WebKit/Source/platform/graphics/ImagePattern.h
|
| index ed5218939c9384d3764631682806a7753faab216..a9c0ffb3790dae977db9756860409d0b7757f82f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImagePattern.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImagePattern.h
|
| @@ -20,7 +20,7 @@
|
| bool IsTextureBacked() const override;
|
|
|
| protected:
|
| - std::unique_ptr<PaintShader> CreateShader(const SkMatrix&) override;
|
| + sk_sp<PaintShader> CreateShader(const SkMatrix&) override;
|
| bool IsLocalMatrixChanged(const SkMatrix&) const override;
|
|
|
| private:
|
|
|