Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h

Issue 2655783006: Top down version of algorithm to position margins and floats in LayoutNG (Closed)
Patch Set: git rebase-update Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698