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

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

Issue 2750213002: [LayoutNG] Don't pass parent NGFragmentBuilder into NGLineBuilder. (Closed)
Patch Set: rebase fix. Created 3 years, 9 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 938ab59696ca887233e9b630a073f61645c48e4b..3943d4b937397eb526c982c59b2d52cab268e957 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
@@ -25,7 +25,6 @@ class LayoutObject;
class LayoutUnit;
struct MinMaxContentSize;
class NGConstraintSpace;
-class NGFragmentBuilder;
class NGLayoutInlineItem;
class NGLayoutInlineItemRange;
class NGLayoutInlineItemsBuilder;
@@ -44,9 +43,6 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
NGLayoutInputNode* NextSibling() override;
RefPtr<NGLayoutResult> Layout(NGConstraintSpace*, NGBreakToken*) override;
- RefPtr<NGLayoutResult> Layout(NGConstraintSpace*,
- NGFragmentBuilder*,
- NGBreakToken*);
LayoutObject* GetLayoutObject() override;
// Computes the value of min-content and max-content for this anonymous block

Powered by Google App Engine
This is Rietveld 408576698