| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index 74e23a191be32c36389ffb1de11941594fa3f7ec..f6bcba2de31b79bd5a1187e5fff906876a0540a8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -900,6 +900,7 @@ void GraphicsContext::drawTiledImage(Image* image,
|
| if (contextDisabled() || !image)
|
| return;
|
| image->drawTiled(*this, destRect, srcPoint, tileSize, op, repeatSpacing);
|
| + m_paintController.setImagePainted();
|
| }
|
|
|
| void GraphicsContext::drawTiledImage(Image* image,
|
|
|