| 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..6c9e2a8a1f1a97d86ffa61b9b9d889824a936fff 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
|
| @@ -38,8 +38,6 @@ class SVGInlineFlowBox final : public InlineFlowBox {
|
| LayoutUnit lineTop,
|
| LayoutUnit lineBottom) const override;
|
|
|
| - LayoutRect calculateBoundaries() const override;
|
| -
|
| private:
|
| LayoutUnit m_logicalHeight;
|
| };
|
|
|