| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| index f1442c963aec553a33c24d2eeed95c7e019081d0..917ebd4f3127f817d41a9926866a54958a78f594 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| @@ -31,12 +31,6 @@ class CORE_EXPORT NGConstraintSpace final
|
| // coordinates.
|
| NGConstraintSpace(NGWritingMode, NGDirection, NGPhysicalConstraintSpace*);
|
|
|
| - // Constructs a constraint space with a new backing NGPhysicalConstraintSpace.
|
| - // The size will be used for both for the physical constraint space's
|
| - // container size and this constraint space's Size().
|
| - // TODO(layout-dev): Remove once NGConstraintSpaceBuilder exists.
|
| - NGConstraintSpace(NGWritingMode, NGDirection, NGLogicalSize);
|
| -
|
| // Constructs a derived constraint space that shares the exclusions of the
|
| // input constraint space, but has a different container size, writing mode
|
| // and direction. Sets the offset to zero. For use by layout algorithms
|
|
|