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 2dcee624b81dfa937680ae0c2929256b4005ce8d..d8315c21c607c25c23de443e2c876605990d3c9d 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: |
- sk_sp<SkShader> createShader() override; |
+ PassRefPtr<SkShader> createShader() override; |
private: |
ImagePattern(PassRefPtr<Image>, RepeatMode); |