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

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

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/rendering/svg/SVGTextLayoutEngineSpacing.h
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h b/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
index 26deab4da8d831b624f03a50940628c9fc27a0b6..cccb7cbc745e9afda2d9ab023744a323c9beae7c 100644
--- a/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
+++ b/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
@@ -32,17 +32,12 @@ class SVGTextLayoutEngineSpacing {
public:
SVGTextLayoutEngineSpacing(const Font&, float effectiveZoom);
- float calculateSVGKerning(bool isVerticalText, Glyph currentGlyph);
float calculateCSSSpacing(UChar currentCharacter);
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