Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
index efec9b151170f19ac7d187b02e52ad6ee7cae7c5..d3ba572cce289b9f7b8b447307a83de02b9bf276 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -956,7 +956,7 @@ bool LayoutObject::mustInvalidateFillLayersPaintOnHeightChange(const FillLayer& |
// Make sure we have a valid image. |
StyleImage* img = layer.image(); |
- if (!img || !img->canRender(*this, style()->effectiveZoom())) |
+ if (!img || !img->canRender()) |
return false; |
if (layer.repeatY() != RepeatFill && layer.repeatY() != NoRepeatFill) |