Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1740)

Unified Diff: Source/core/svg/graphics/filters/SVGFEImage.cpp

Issue 23643003: ImageBuffer-less SVG masking and clipping. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix the Win build. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/graphics/SVGImage.cpp ('k') | Source/web/tests/TransparencyWinTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « Source/core/svg/graphics/SVGImage.cpp ('k') | Source/web/tests/TransparencyWinTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698