| 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 e01d502c95693d2d9d1b4585ca70e7a4976d6459..4ac2468f3519c85af51e45a1632b911ab7e56360 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
|
| @@ -34,7 +34,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| NGInlineNode(LayoutObject* start_inline, const ComputedStyle* block_style);
|
| ~NGInlineNode() override;
|
|
|
| - NGPhysicalFragment* Layout(NGConstraintSpace*) override;
|
| + RefPtr<NGPhysicalFragment> Layout(NGConstraintSpace*) override;
|
| void LayoutInline(NGConstraintSpace*, NGLineBuilder*);
|
| NGInlineNode* NextSibling() override;
|
| LayoutObject* GetLayoutObject() override;
|
|
|