| Index: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| index 7a4815134cde2899d573e08bc2f5a12899af4812..bb5ab735877018ddf0c117027752ac9483880ec6 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
|
| @@ -20,6 +20,7 @@
|
| #ifndef SVGTextLayoutEngine_h
|
| #define SVGTextLayoutEngine_h
|
|
|
| +#include "core/layout/api/LineLayoutSVGInlineText.h"
|
| #include "core/layout/svg/LayoutSVGInlineText.h"
|
| #include "core/layout/svg/SVGTextFragment.h"
|
| #include "core/layout/svg/SVGTextLayoutAttributes.h"
|
| @@ -66,7 +67,7 @@ private:
|
| void endTextPathLayout();
|
|
|
| void layoutInlineTextBox(SVGInlineTextBox*);
|
| - void layoutTextOnLineOrPath(SVGInlineTextBox*, const LayoutSVGInlineText&, const ComputedStyle&);
|
| + void layoutTextOnLineOrPath(SVGInlineTextBox*, LineLayoutSVGInlineText, const ComputedStyle&);
|
|
|
| bool currentLogicalCharacterAttributes(SVGTextLayoutAttributes*&);
|
| bool currentLogicalCharacterMetrics(SVGTextLayoutAttributes*&, SVGTextMetrics&);
|
|
|