| Index: Source/core/layout/svg/SVGTextChunkBuilder.h
|
| diff --git a/Source/core/layout/svg/SVGTextChunkBuilder.h b/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| index 6925f61a1a9a1484a49ff7c56c80ee532ea6b6f1..99808a8f3e043a17a656a49b574359de66a0a4d0 100644
|
| --- a/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| +++ b/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| @@ -42,7 +42,8 @@ public:
|
| SVGTextChunkBuilder();
|
|
|
| const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; }
|
| - AffineTransform transformationForTextBox(SVGInlineTextBox*) const;
|
| + void processTextChunks(const Vector<SVGInlineTextBox*>&);
|
| + void finalizeTransformMatrices(const Vector<SVGInlineTextBox*>&) const;
|
|
|
| void buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
|
| void layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
|
|
|