summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/svg/SVGRootInlineBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/svg/SVGRootInlineBox.h')
-rw-r--r--Source/WebCore/rendering/svg/SVGRootInlineBox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/rendering/svg/SVGRootInlineBox.h b/Source/WebCore/rendering/svg/SVGRootInlineBox.h
index 2e073c9..39612e7 100644
--- a/Source/WebCore/rendering/svg/SVGRootInlineBox.h
+++ b/Source/WebCore/rendering/svg/SVGRootInlineBox.h
@@ -55,6 +55,7 @@ public:
InlineBox* closestLeafChildForPosition(const IntPoint&);
private:
+ void reorderValueLists(Vector<SVGTextLayoutAttributes>&);
void layoutCharactersInTextBoxes(InlineFlowBox*, SVGTextLayoutEngine&);
void layoutChildBoxes(InlineFlowBox*);
void layoutRootBox();