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..d4266faf89456278aff72d94ff977953f61c9c00 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<SkPicture> m_tilePicture; |
}; |
} // namespace blink |