| 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 6c4bf44206fb05cbea50240043cf43d45472389d..684e23ea17222ba96a21d60c60f8a2ef99db2b39 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PicturePattern.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PicturePattern.h
|
| @@ -16,7 +16,7 @@ public:
|
| ~PicturePattern() override;
|
|
|
| protected:
|
| - sk_sp<SkShader> createShader() const override;
|
| + sk_sp<SkShader> createShader(const SkMatrix&) const override;
|
|
|
| private:
|
| PicturePattern(PassRefPtr<SkPicture>, RepeatMode);
|
|
|