| 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 131dbb918730e85ec9d65421cd3e883720c14304..8b319ab1a4627dbf2a9c31dde111ce43293a79d6 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
|
| @@ -41,13 +41,6 @@ class CORE_EXPORT NGConstraintSpace final
|
| // NGDirection that's otherwise identical.
|
| NGConstraintSpace(NGWritingMode, NGDirection, const NGConstraintSpace*);
|
|
|
| - // Constructs a derived constraint space sharing the same backing
|
| - // NGPhysicalConstraintSpace, NGWritingMode and NGDirection. Primarily for use
|
| - // by NGLayoutOpportunityIterator.
|
| - 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
|
|
|