| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| index 0f647bbb3eab231959b6fa7577c2aadd8ac16670..0ef199af7c946f75d61c022c37f6315f0eafe698 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| @@ -28,15 +28,6 @@ NGConstraintSpace::NGConstraintSpace(NGWritingMode writing_mode,
|
| writing_mode_(writing_mode),
|
| direction_(direction) {}
|
|
|
| -NGConstraintSpace::NGConstraintSpace(const NGConstraintSpace& other,
|
| - NGLogicalOffset offset,
|
| - NGLogicalSize size)
|
| - : physical_space_(other.MutablePhysicalSpace()),
|
| - offset_(offset),
|
| - size_(size),
|
| - writing_mode_(other.WritingMode()),
|
| - direction_(other.Direction()) {}
|
| -
|
| NGConstraintSpace::NGConstraintSpace(NGWritingMode writing_mode,
|
| NGDirection direction,
|
| const NGConstraintSpace& other,
|
|
|