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

Unified Diff: Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/rendering/svg/SVGTextLayoutEngineSpacing.h
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h b/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
index 26deab4da8d831b624f03a50940628c9fc27a0b6..ac0a54d4802b51a227a4d0ce38a7341ac4a52190 100644
--- a/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
+++ b/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
@@ -39,10 +39,6 @@ private:
const Font& m_font;
UChar m_lastCharacter;
float m_effectiveZoom;
-
-#if ENABLE(SVG_FONTS)
- Glyph m_lastGlyph;
-#endif
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698