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

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

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 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
Index: Source/core/svg/SVGTSpanElement.cpp
diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp
index e689eb85c9e5598368f44da47e024001207ac58f..c789483ca6238dd774fe554094594f424867ec73 100644
--- a/Source/core/svg/SVGTSpanElement.cpp
+++ b/Source/core/svg/SVGTSpanElement.cpp
@@ -43,9 +43,6 @@ bool SVGTSpanElement::rendererIsNeeded(const RenderStyle& style)
{
if (parentNode()
&& (isSVGAElement(*parentNode())
-#if ENABLE(SVG_FONTS)
- || isSVGAltGlyphElement(*parentNode())
-#endif
|| isSVGTextElement(*parentNode())
|| isSVGTextPathElement(*parentNode())
|| isSVGTSpanElement(*parentNode())))

Powered by Google App Engine
This is Rietveld 408576698