| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| index 7241c0026473b8a382834b9511ee1dc558d2b65c..d0795238b438027abafe9a5a5e8aafcbbf98b330 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| @@ -26,12 +26,11 @@ class CORE_EXPORT NGLayoutOpportunityIterator final
|
| // @param space Constraint space with exclusions for which this iterator needs
|
| // to generate layout opportunities.
|
| // @param opt_origin_point Optional origin_point parameter that is used as a
|
| - // default start point for layout opportunities.
|
| + // default start point for layout opportunities.
|
| // @param opt_leader_point Optional 'leader' parameter that is used to specify
|
| - // the
|
| - // ending point of temporary excluded rectangle which
|
| - // starts from 'origin'. This rectangle may represent a
|
| - // text fragment for example.
|
| + // the ending point of temporary excluded rectangle
|
| + // which starts from 'origin'. This rectangle may
|
| + // represent a text fragment for example.
|
| NGLayoutOpportunityIterator(
|
| NGConstraintSpace* space,
|
| const WTF::Optional<NGLogicalOffset>& opt_origin_point = WTF::nullopt,
|
|
|