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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_block_break_token.cc

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_block_break_token.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.cc b/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.cc
index e59d9f07fd82e2bc4f136dbcfd2a066673ff070e..a3e357057514786716f1fd31aca55b1de01d739b 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.cc
@@ -9,7 +9,7 @@
namespace blink {
NGBlockBreakToken::NGBlockBreakToken(
- NGBlockNode* node,
+ NGLayoutInputNode* node,
LayoutUnit used_block_size,
Vector<RefPtr<NGBreakToken>>& child_break_tokens)
: NGBreakToken(kBlockBreakToken, kUnfinished, node),

Powered by Google App Engine
This is Rietveld 408576698