| 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 f67f3d21d0adc3788d96ca0f4509fc86b1740759..06cbd997e2613f4acb9bd52162864fb2f17d177e 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| @@ -32,6 +32,11 @@ public:
|
| return toSVGInlineText()->metricsList();
|
| }
|
|
|
| + SVGTextLayoutAttributes& layoutAttributes()
|
| + {
|
| + return *toSVGInlineText()->layoutAttributes();
|
| + }
|
| +
|
| bool characterStartsNewTextChunk(int position) const
|
| {
|
| return toSVGInlineText()->characterStartsNewTextChunk(position);
|
|
|