| Index: third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
|
| index 147b841cb619f7ac2184196dbbe63d97a5360b2e..40db9ee93f5ba2ed3d1bbf9b60e55d44280cb829 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
|
| @@ -55,10 +55,9 @@ class SVGRootInlineBox final : public RootInlineBox {
|
|
|
| private:
|
| void reorderValueLists();
|
| - void layoutChildBoxes(InlineFlowBox*, LayoutRect* = nullptr);
|
| - void layoutRootBox(const LayoutRect&);
|
| + LayoutRect layoutInlineBoxes(InlineBox&);
|
| + void adjustInlineBoxesToBlockSpace(InlineBox&);
|
|
|
| - private:
|
| LayoutUnit m_logicalHeight;
|
| };
|
|
|
|
|