Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_inline_node.h

Issue 2649583002: [LayoutNG] Remove the ng_layout_coordinator and temporary LayoutSync method. (Closed)
Patch Set: rebase v2 Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 15f30403677cb28d8937bd9b49aa5112d8855bcb..a2395081c59649020f92592f3e17a16cc9989bfa 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
@@ -22,12 +22,12 @@ class LayoutBlockFlow;
class LayoutObject;
class LayoutUnit;
class NGConstraintSpace;
-class NGFragment;
class NGLayoutAlgorithm;
class NGLayoutInlineItem;
class NGLayoutInlineItemRange;
class NGLayoutInlineItemsBuilder;
class NGLineBuilder;
+class NGPhysicalFragment;
// Represents an inline node to be laid out.
class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
@@ -35,7 +35,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
NGInlineNode(LayoutObject* start_inline, ComputedStyle* block_style);
~NGInlineNode() override;
- bool Layout(NGConstraintSpace*, NGFragment**) override;
+ NGPhysicalFragment* Layout(NGConstraintSpace*) override;
bool LayoutInline(NGConstraintSpace*, NGLineBuilder*);
NGInlineNode* NextSibling() override;

Powered by Google App Engine
This is Rietveld 408576698