| 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 c251d09bbbcce57b5e23637a99ee346aba442b3e..c79f3c3893fb287fc0dad8afd6ae35631e3ccad0 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| @@ -68,6 +68,7 @@ class SVGInlineTextMetricsIterator {
|
| DISALLOW_NEW();
|
| public:
|
| SVGInlineTextMetricsIterator() { reset(LineLayoutSVGInlineText()); }
|
| + explicit SVGInlineTextMetricsIterator(LineLayoutSVGInlineText textLineLayout) { reset(textLineLayout); }
|
|
|
| void advanceToTextStart(LineLayoutSVGInlineText textLineLayout, unsigned startCharacterOffset)
|
| {
|
|
|