| 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 19778664ef90c68493077e4e7d692b00d02302ae..f1442c963aec553a33c24d2eeed95c7e019081d0 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
|
| @@ -37,14 +37,6 @@ class CORE_EXPORT NGConstraintSpace final
|
| // TODO(layout-dev): Remove once NGConstraintSpaceBuilder exists.
|
| NGConstraintSpace(NGWritingMode, NGDirection, NGLogicalSize);
|
|
|
| - // Constructs a derived constraint space sharing the same backing
|
| - // NGPhysicalConstraintSpace, NGWritingMode and NGDirection. Primarily for use
|
| - // by NGLayoutOpportunityIterator.
|
| - // TODO(layout-dev): Remove once NGConstraintSpaceBuilder exists.
|
| - NGConstraintSpace(const NGConstraintSpace& other,
|
| - NGLogicalOffset,
|
| - 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
|
|
|