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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.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_out_of_flow_layout_part.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
index 284f7b340297a20cc29a4f474cbe0f97dd96144e..6072c05d848e478bd63d9d3f42217d359686dc27 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
@@ -30,7 +30,8 @@ class CORE_EXPORT NGOutOfFlowLayoutPart {
STACK_ALLOCATED();
public:
- NGOutOfFlowLayoutPart(const ComputedStyle& container_style,
+ NGOutOfFlowLayoutPart(const NGConstraintSpace& contianer_space,
+ const ComputedStyle& container_style,
NGFragmentBuilder* container_builder);
void Run();

Powered by Google App Engine
This is Rietveld 408576698