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 d4266faf89456278aff72d94ff977953f61c9c00..1ae4d286bf5f3f8c9c569814fe9ffbf1781d4b31 100644 |
--- a/third_party/WebKit/Source/platform/graphics/PicturePattern.h |
+++ b/third_party/WebKit/Source/platform/graphics/PicturePattern.h |
@@ -16,12 +16,12 @@ |
~PicturePattern() override; |
protected: |
- sk_sp<SkShader> createShader() override; |
+ PassRefPtr<SkShader> createShader() override; |
private: |
PicturePattern(PassRefPtr<const SkPicture>, RepeatMode); |
- sk_sp<SkPicture> m_tilePicture; |
+ RefPtr<const SkPicture> m_tilePicture; |
}; |
} // namespace blink |