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

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

Issue 2714803002: [LayoutNG] Allow block-flow layout to be fragmented using new approach. (Closed)
Patch Set: rebase. Created 3 years, 10 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 4aac198c4203beec4d35a9ad022f0553664944a8..2154f665ecc4b68188d586874ee8ba7867ab974c 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
@@ -17,7 +17,7 @@ NGBlockBreakToken::NGBlockBreakToken(
child_break_tokens_.swap(child_break_tokens);
}
-NGBlockBreakToken::NGBlockBreakToken(NGBlockNode* node)
+NGBlockBreakToken::NGBlockBreakToken(NGLayoutInputNode* node)
: NGBreakToken(kBlockBreakToken, kFinished, node) {}
NGBlockBreakToken::NGBlockBreakToken(NGBlockNode* node, LayoutUnit break_offset)

Powered by Google App Engine
This is Rietveld 408576698