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 d8315c21c607c25c23de443e2c876605990d3c9d..2dcee624b81dfa937680ae0c2929256b4005ce8d 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImagePattern.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImagePattern.h |
@@ -20,7 +20,7 @@ public: |
bool isTextureBacked() const override; |
protected: |
- PassRefPtr<SkShader> createShader() override; |
+ sk_sp<SkShader> createShader() override; |
private: |
ImagePattern(PassRefPtr<Image>, RepeatMode); |