| Index: third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h b/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| index 46381eb23d2f7991dd079abbd72045b069ef17fd..64645ad7a53154faf4ec345da5820a371e33f385 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
|
| @@ -25,7 +25,6 @@
|
|
|
| namespace blink {
|
|
|
| -class AffineTransform;
|
| class SVGInlineTextBox;
|
| struct SVGTextFragment;
|
|
|
| @@ -50,7 +49,7 @@ protected:
|
|
|
| private:
|
| void processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>&, unsigned& atCharacter);
|
| - void applyTextLengthScaleAdjustment(const AffineTransform&, Vector<SVGTextFragment>&);
|
| + void applyTextLengthScaleAdjustment(float textLengthScale, float textLengthBias, Vector<SVGTextFragment>&);
|
| void processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>&);
|
| };
|
|
|
|
|