| Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
|
| index ba49600bb792276ddd81de93238d16c0d715ffa6..03d54f4471f5ecef5b3a472f46fdd6d58787d3a5 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
|
| @@ -38,7 +38,7 @@ class SVGInlineFlowBox final : public InlineFlowBox {
|
| LayoutUnit lineTop,
|
| LayoutUnit lineBottom) const override;
|
|
|
| - LayoutRect calculateBoundaries() const override;
|
| + LayoutRect calculateBoundaries() const;
|
|
|
| private:
|
| LayoutUnit m_logicalHeight;
|
|
|