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

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

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_layout_input_node.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.h
index 0c36cdefccd5759495e1b6912b7853aa6553fc1b..3751663977d551b83d274340c887b9f34fc1ef91 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.h
@@ -11,6 +11,7 @@
namespace blink {
class LayoutObject;
+class NGBreakToken;
class NGConstraintSpace;
class NGLayoutResult;
@@ -25,7 +26,7 @@ class CORE_EXPORT NGLayoutInputNode
virtual ~NGLayoutInputNode(){};
// Performs layout on this input node, will return the layout result.
- virtual RefPtr<NGLayoutResult> Layout(NGConstraintSpace*) = 0;
+ virtual RefPtr<NGLayoutResult> Layout(NGConstraintSpace*, NGBreakToken*) = 0;
// Returns the next sibling.
virtual NGLayoutInputNode* NextSibling() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc ('k') | third_party/WebKit/Source/core/layout/ng/ng_length_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698