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

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

Issue 21498002: Introduce a SVGUnknownElement class for unknown SVG elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment for SVGUnknownElement Created 7 years, 5 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/SVGElement.h ('k') | Source/core/svg/SVGFEMergeNodeElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElement.cpp
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
index d1d7c3779b0f6766b371faba89064733dba6f97e..9ee22a99ad5ae648fb79d668c543cdea26dd2cad 100644
--- a/Source/core/svg/SVGElement.cpp
+++ b/Source/core/svg/SVGElement.cpp
@@ -154,7 +154,7 @@ void SVGElement::buildPendingResourcesIfNeeded()
}
}
-bool SVGElement::rendererIsNeededInternal(const NodeRenderingContext& context)
+bool SVGElement::rendererIsNeeded(const NodeRenderingContext& context)
{
// http://www.w3.org/TR/SVG/extend.html#PrivateData
// Prevent anything other than SVG renderers from appearing in our render tree
« no previous file with comments | « Source/core/svg/SVGElement.h ('k') | Source/core/svg/SVGFEMergeNodeElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698