| 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
|
|
|