| Index: third_party/WebKit/Source/platform/graphics/PicturePattern.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PicturePattern.cpp b/third_party/WebKit/Source/platform/graphics/PicturePattern.cpp
|
| index b21b4df1c4f5d3933a05c62ca4d5bc32b903bbf4..a338de8a26a95d72940865299002177365deb8a4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PicturePattern.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PicturePattern.cpp
|
| @@ -30,9 +30,8 @@ PicturePattern::~PicturePattern()
|
| {
|
| }
|
|
|
| -sk_sp<SkShader> PicturePattern::createShader() const
|
| +sk_sp<SkShader> PicturePattern::createShader(const SkMatrix& localMatrix) const
|
| {
|
| - SkMatrix localMatrix = affineTransformToSkMatrix(m_patternSpaceTransformation);
|
| SkRect tileBounds = m_tilePicture->cullRect();
|
|
|
| return SkShader::MakePictureShader(m_tilePicture,
|
|
|