| 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 bcd642608ef7d6deea5d4833c20e350d942e7ab5..ebd0efb4a722a79d9e7fe6074fbf9ac72a3d2ffd 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
|
| @@ -107,13 +107,6 @@ void NGConstraintSpace::Subtract(const NGBoxFragment*) {
|
| // TODO(layout-ng): Implement.
|
| }
|
|
|
| -NGLayoutOpportunityIterator* NGConstraintSpace::LayoutOpportunities(
|
| - const WTF::Optional<NGLogicalOffset>& opt_origin_point) {
|
| - NGLayoutOpportunityIterator* iterator =
|
| - new NGLayoutOpportunityIterator(this, opt_origin_point);
|
| - return iterator;
|
| -}
|
| -
|
| String NGConstraintSpace::ToString() const {
|
| return String::format("Offset: %s,%s Size: %sx%s MarginStrut: %s",
|
| bfc_offset_.inline_offset.toString().ascii().data(),
|
|
|