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

Unified Diff: Source/core/svg/SVGFEImageElement.cpp

Issue 15015007: Fix FEImage support for CSS reference filters (raster path). This change causes invalidations on im… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | « LayoutTests/css3/filters/effect-reference-image-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFEImageElement.cpp
diff --git a/Source/core/svg/SVGFEImageElement.cpp b/Source/core/svg/SVGFEImageElement.cpp
index e0167401a7730037cea7815c6ac2013c2213144c..42cb584a536c31be8d2e32b15672108eb4af2842 100644
--- a/Source/core/svg/SVGFEImageElement.cpp
+++ b/Source/core/svg/SVGFEImageElement.cpp
@@ -199,7 +199,7 @@ void SVGFEImageElement::notifyFinished(CachedResource*)
if (!parent->hasTagName(SVGNames::filterTag) || !parent->renderer())
return;
- RenderSVGResource::markForLayoutAndParentResourceInvalidation(parent->renderer());
+ RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer());
}
PassRefPtr<FilterEffect> SVGFEImageElement::build(SVGFilterBuilder*, Filter* filter)
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-image-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698