Index: Source/core/css/CSSGradientValue.cpp |
diff --git a/Source/core/css/CSSGradientValue.cpp b/Source/core/css/CSSGradientValue.cpp |
index 2ca2957e1e3cf34664e41ce0242258c2977c5785..1fe20b2c583d2f4faa94fa32eec31e5a2e1b0efc 100644 |
--- a/Source/core/css/CSSGradientValue.cpp |
+++ b/Source/core/css/CSSGradientValue.cpp |
@@ -69,7 +69,7 @@ PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& |
RefPtr<Gradient> gradient; |
RenderStyle* rootStyle = renderer->document().documentElement()->renderStyle(); |
- CSSToLengthConversionData conversionData(renderer->style(), rootStyle, renderer->view()); |
+ CSSToLengthConversionData conversionData(renderer->style(), rootStyle, renderer->view(), renderer->style()->effectiveZoom()); |
if (isLinearGradientValue()) |
gradient = toCSSLinearGradientValue(this)->createGradient(conversionData, size); |
else |