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

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

Issue 2483683003: [LayoutNG] Split apart storage for AvailableSize and PercentageSize. (Closed)
Patch Set: rebase. Created 4 years, 1 month 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_algorithm.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
index d0772d5eab90ac6a4798cb376a90f3aecf0f797d..9c7f301dde8df9b606ca6c2ce1b39aa509ee55e5 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
@@ -39,7 +39,7 @@ class CORE_EXPORT NGLayoutAlgorithm
// The result will not take any min-width. max-width or width properties into
// account. Implementations can return NotImpplemented in which case the
// caller is expected ot synthesize this value from the overflow rect returned
- // from Layout called with a container width of 0 and LayoutUnit::max(),
+ // from Layout called with a available width of 0 and LayoutUnit::max(),
// respectively.
// A Pending return value has the same meaning as a false return from layout,
// i.e. it is a request to call this function again.

Powered by Google App Engine
This is Rietveld 408576698