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

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

Issue 2714803002: [LayoutNG] Allow block-flow layout to be fragmented using new approach. (Closed)
Patch Set: spelling. 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.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h b/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h
index 64fac59bc5acdd4d314f5cf1f16bc74d1426e29b..416d9be2e51a97b5756a7fa2f23d29ffb4429b5d 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h
@@ -26,7 +26,7 @@ class CORE_EXPORT NGBlockBreakToken : public NGBreakToken {
HeapVector<Member<NGBreakToken>>& child_break_tokens);
// Creates a break token for a node which cannot produce any more fragments.
- explicit NGBlockBreakToken(NGBlockNode* node);
+ explicit NGBlockBreakToken(NGLayoutInputNode* node);
// TODO(ikilpatrick): Remove this constructor and break_offset once we've
mstensho (USE GERRIT) 2017/02/27 20:28:20 Now is the time, I guess?
ikilpatrick 2017/02/27 20:44:55 Done!
// switched to new multi-col approach.

Powered by Google App Engine
This is Rietveld 408576698