| 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 2c856ca814f7f0cb4d70bf40a7fba7a8285e1241..6dad8b6dd2bf57646f4b4387d325fae9c3704283 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
|
| @@ -21,7 +21,7 @@ class ComputedStyle;
|
| class LayoutObject;
|
| class LayoutUnit;
|
| class NGConstraintSpace;
|
| -class NGFragmentBase;
|
| +class NGFragment;
|
| class NGLayoutAlgorithm;
|
| class NGLayoutInlineItem;
|
| class NGLayoutInlineItemRange;
|
| @@ -34,7 +34,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| NGInlineNode(LayoutObject* start_inline, ComputedStyle* block_style);
|
| ~NGInlineNode() override;
|
|
|
| - bool Layout(NGConstraintSpace*, NGFragmentBase**) override;
|
| + bool Layout(NGConstraintSpace*, NGFragment**) override;
|
| bool LayoutInline(NGConstraintSpace*, NGLineBuilder*);
|
| NGInlineNode* NextSibling() override;
|
|
|
|
|