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

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: 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..f60dbfa3b60be152ace3ce7daf34ce1a2b98787f 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
@@ -28,10 +28,9 @@ class CORE_EXPORT NGLayoutOpportunityIterator final
// @param opt_origin_point Optional origin_point parameter that is used as a
// 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