| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| index b0738782296d8a2fbf6c52ae45e4b3a9b592e934..7ef1f3b4634608e6bc5a3bec8bbc69e045043e4f 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
|
| @@ -56,6 +56,8 @@ private:
|
| void setTextInternal(PassRefPtr<StringImpl>) override;
|
| void styleDidChange(StyleDifference, const ComputedStyle*) override;
|
|
|
| + void addMetricsFromRun(const TextRun&, bool& lastCharacterWasWhiteSpace);
|
| +
|
| FloatRect objectBoundingBox() const override { return floatLinesBoundingBox(); }
|
|
|
| bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVG || type == LayoutObjectSVGInlineText || LayoutText::isOfType(type); }
|
|
|