| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| index 37914464d2b7674a41a23008dcee11d736ed4f50..9ee6640ae281ec7c87024a73cae1b4cdd6f0d155 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| @@ -70,6 +70,9 @@
|
| NGFragmentationType height_direction_fragmentation_type,
|
| bool is_new_fc);
|
|
|
| + NGPhysicalConstraintSpace();
|
| + NGPhysicalConstraintSpace(NGPhysicalSize);
|
| +
|
| NGPhysicalSize ContainerSize() const { return container_size_; }
|
|
|
| void AddExclusion(const NGExclusion*, unsigned options = 0);
|
|
|