| 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();
|
|
|
|
|