| 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 a3e36d4a51a60a12e5d4107123e3fe189dee9d7d..9fdb2b09094a4c5a52605261b61d81ae08bbf86e 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
|
| @@ -108,11 +108,7 @@
|
| // blockSize if possible.
|
| NGFragmentationType BlockFragmentationType() const;
|
|
|
| - // Returns a pointer to already existing Layout Opportunity iterator
|
| - // associated with this constraint space and {@code iter_offset} or creates a
|
| - // new one.
|
| - NGLayoutOpportunityIterator* LayoutOpportunityIterator(
|
| - const NGLogicalOffset& iter_offset);
|
| + NGLayoutOpportunityIterator* LayoutOpportunityIterator();
|
|
|
| // Return true if this contraint space participates in a fragmentation
|
| // context.
|
|
|