| Index: third_party/WebKit/Source/platform/graphics/PicturePattern.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PicturePattern.h b/third_party/WebKit/Source/platform/graphics/PicturePattern.h
|
| index 1ae4d286bf5f3f8c9c569814fe9ffbf1781d4b31..15349878b8d6c4342b6c5b676afc66b73d08ab0a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PicturePattern.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PicturePattern.h
|
| @@ -16,12 +16,12 @@ public:
|
| ~PicturePattern() override;
|
|
|
| protected:
|
| - PassRefPtr<SkShader> createShader() override;
|
| + sk_sp<SkShader> createShader() override;
|
|
|
| private:
|
| PicturePattern(PassRefPtr<const SkPicture>, RepeatMode);
|
|
|
| - RefPtr<const SkPicture> m_tilePicture;
|
| + sk_sp<const SkPicture> m_tilePicture;
|
| };
|
|
|
| } // namespace blink
|
|
|