| 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 ffcf538bb57fd2084478f68b0f75566278947276..e2aca3c21915dd6459c79fbd7d2df531ab672a1a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImagePattern.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImagePattern.cpp
|
| @@ -22,6 +22,7 @@ ImagePattern::ImagePattern(PassRefPtr<Image> image, RepeatMode repeatMode)
|
| : Pattern(repeatMode)
|
| , m_tileImage(toSkSp(image->imageForCurrentFrame()))
|
| {
|
| + m_previousLocalMatrix.setIdentity();
|
| if (m_tileImage) {
|
| // TODO(fmalita): mechanism to extract the actual SkImageInfo from an SkImage?
|
| const SkImageInfo info = SkImageInfo::MakeN32Premul(
|
|
|