| Index: third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| index 5b82f3407889e3effb3d5d884b06b9a1c1b06934..d979bc80d05fd30e00471759f44ffb2a7b1e74c2 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| @@ -25,6 +25,11 @@ public:
|
|
|
| LineLayoutSVGInlineText() { }
|
|
|
| + SVGTextLayoutAttributes* layoutAttributes() const
|
| + {
|
| + return const_cast<SVGTextLayoutAttributes*>(toSVGInlineText()->layoutAttributes());
|
| + }
|
| +
|
| bool characterStartsNewTextChunk(int position) const
|
| {
|
| return toSVGInlineText()->characterStartsNewTextChunk(position);
|
|
|