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

Unified Diff: Source/core/svg/SVGFilterPrimitiveStandardAttributes.h

Issue 143983016: Convert SVG <filter> and <fe*> to RenderObject::isChildAllowed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix typo. Created 6 years, 11 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/SVGFilterElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
index 6bc5eca9ccd4914475258dfaa07227fcb52c4c0d..12d0a910b8c19f87545ae4420159150828bb1748 100644
--- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
+++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
@@ -69,7 +69,7 @@ private:
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE FINAL;
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE FINAL;
- virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE FINAL { return false; }
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE FINAL { return true; }
RefPtr<SVGAnimatedLength> m_x;
RefPtr<SVGAnimatedLength> m_y;
« no previous file with comments | « Source/core/svg/SVGFilterElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698