| Index: third_party/WebKit/Source/platform/graphics/ImagePattern.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImagePattern.cpp b/third_party/WebKit/Source/platform/graphics/ImagePattern.cpp
|
| index e2aca3c21915dd6459c79fbd7d2df531ab672a1a..a76cd7f5a1fcbc6792348d88016ff7e14923c7a4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImagePattern.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImagePattern.cpp
|
| @@ -20,7 +20,7 @@ PassRefPtr<ImagePattern> ImagePattern::create(PassRefPtr<Image> image, RepeatMod
|
|
|
| ImagePattern::ImagePattern(PassRefPtr<Image> image, RepeatMode repeatMode)
|
| : Pattern(repeatMode)
|
| - , m_tileImage(toSkSp(image->imageForCurrentFrame()))
|
| + , m_tileImage(image->imageForCurrentFrame())
|
| {
|
| m_previousLocalMatrix.setIdentity();
|
| if (m_tileImage) {
|
|
|