Index: third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp b/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp |
index 8947ad8aa4588e806d8daaaa9cdb8c51765c1589..afd882d68dbbdf202c41b862f7eadeed0d6d660e 100644 |
--- a/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp |
@@ -33,7 +33,7 @@ bool NinePieceImagePainter::paint(GraphicsContext* graphicsContext, const Layout |
if (!styleImage->isLoaded()) |
return true; // Never paint a nine-piece image incrementally, but don't paint the fallback borders either. |
- if (!styleImage->canRender(m_layoutObject, style.effectiveZoom())) |
+ if (!styleImage->canRender()) |
return false; |
// Find out if the hasImage() check in ComputedStyle::border*Width had any affect, i.e. if a border is non-zero while border-style is |