| Index: Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| diff --git a/Source/core/svg/graphics/filters/SVGFEImage.cpp b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| index 0ba43d5aeffc68beac6f97de5a204d3a701ede43..0f2bf2c1dc6a35826a4282bd8121d56640264184 100644
|
| --- a/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| +++ b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| @@ -135,7 +135,7 @@ void FEImage::applySoftware()
|
| }
|
|
|
| AffineTransform contentTransformation;
|
| - SVGRenderingContext::renderSubtreeToImageBuffer(resultImage, renderer, contentTransformation);
|
| + SVGRenderingContext::renderSubtree(resultImage->context(), renderer, contentTransformation);
|
| return;
|
| }
|
|
|
|
|