| Index: third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| index 58e4beec50b5b4475fa54012a48d1aa0478e7a3f..2884359b8c79ceda63746b7d8ef98840345417a8 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| @@ -29,7 +29,6 @@ class NGLayoutInlineItem;
|
| class NGLayoutInlineItemRange;
|
| class NGLayoutInlineItemsBuilder;
|
| class NGLayoutResult;
|
| -class NGLineBuilder;
|
|
|
| // Represents an anonymous block box to be laid out, that contains consecutive
|
| // inline nodes and their descendants.
|
| @@ -85,8 +84,6 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| void SegmentText();
|
| void ShapeText();
|
|
|
| - void Layout(NGLineBuilder*);
|
| -
|
| LayoutObject* start_inline_;
|
| LayoutBlockFlow* block_;
|
| Member<NGLayoutInputNode> next_sibling_;
|
|
|