Index: Source/core/layout/svg/SVGTextLayoutEngine.h |
diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.h b/Source/core/layout/svg/SVGTextLayoutEngine.h |
index dab83d3f120b6e3e0f56187aa9041ca66b70de28..e7a58b8309e8911f3817ac645fafef52be22143a 100644 |
--- a/Source/core/layout/svg/SVGTextLayoutEngine.h |
+++ b/Source/core/layout/svg/SVGTextLayoutEngine.h |
@@ -20,7 +20,6 @@ |
#ifndef SVGTextLayoutEngine_h |
#define SVGTextLayoutEngine_h |
-#include "core/layout/svg/SVGTextChunkBuilder.h" |
#include "core/layout/svg/SVGTextFragment.h" |
#include "core/layout/svg/SVGTextLayoutAttributes.h" |
#include "core/layout/svg/SVGTextMetrics.h" |
@@ -64,7 +63,6 @@ private: |
bool parentDefinesTextLength(LayoutObject*) const; |
void layoutTextOnLineOrPath(SVGInlineTextBox*, const LayoutSVGInlineText&, const ComputedStyle&); |
- void finalizeTransformMatrices(Vector<SVGInlineTextBox*>&); |
bool currentLogicalCharacterAttributes(SVGTextLayoutAttributes*&); |
bool currentLogicalCharacterMetrics(SVGTextLayoutAttributes*&, SVGTextMetrics&); |
@@ -78,7 +76,6 @@ private: |
Vector<SVGInlineTextBox*> m_lineLayoutBoxes; |
Vector<SVGInlineTextBox*> m_pathLayoutBoxes; |
- SVGTextChunkBuilder m_chunkLayoutBuilder; |
SVGTextFragment m_currentTextFragment; |
unsigned m_layoutAttributesPosition; |