| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc
|
| index 8ac25bd81469cfc326898d9713ea662ccbb1b702..1b24d8c7f0c7073a26c5c717cc803ffec23a63c3 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc
|
| @@ -24,19 +24,6 @@ NGPhysicalConstraintSpace::NGPhysicalConstraintSpace()
|
| width_direction_fragmentation_type_(FragmentNone),
|
| height_direction_fragmentation_type_(FragmentNone) {}
|
|
|
| -NGPhysicalConstraintSpace::NGPhysicalConstraintSpace(
|
| - const NGPhysicalConstraintSpace& other)
|
| - : fixed_width_(other.fixed_width_),
|
| - fixed_height_(other.fixed_height_),
|
| - width_direction_triggers_scrollbar_(
|
| - other.width_direction_triggers_scrollbar_),
|
| - height_direction_triggers_scrollbar_(
|
| - other.height_direction_triggers_scrollbar_),
|
| - width_direction_fragmentation_type_(
|
| - other.width_direction_fragmentation_type_),
|
| - height_direction_fragmentation_type_(
|
| - other.height_direction_fragmentation_type_) {}
|
| -
|
| void NGPhysicalConstraintSpace::AddExclusion(const NGExclusion exclusion,
|
| unsigned options) {
|
| exclusions_.append(exclusion);
|
|
|