Chromium Code Reviews

Unified Diff: WebCore/svg/SVGGElement.cpp

Issue 3419008: Merge 67236 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « WebCore/svg/SVGGElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/svg/SVGGElement.cpp
===================================================================
--- WebCore/svg/SVGGElement.cpp (revision 67712)
+++ WebCore/svg/SVGGElement.cpp (working copy)
@@ -91,6 +91,11 @@
return new (arena) RenderSVGTransformableContainer(this);
}
+bool SVGGElement::rendererIsNeeded(RenderStyle*)
+{
+ return parentNode() && parentNode()->isSVGElement();
}
+}
+
#endif // ENABLE(SVG)
« no previous file with comments | « WebCore/svg/SVGGElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine