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

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

Issue 2772503004: [LayoutNG] Add NGInlineBreakToken and back of NGInlineLayoutAlgorithm (Closed)
Patch Set: Resolved merge conflicts 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 026615347abbc05b88e17f2d9405ebca92290259..69d3d37fa553353dd7bba42a025b8140bb4ded52 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_;

Powered by Google App Engine
This is Rietveld 408576698