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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h

Issue 2216133003: [css-flexbox] Simplify the "child intrinsic height" logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more simplification Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
index d736ddfb2a445d682de38cc26a36f25f48bed6a8..8f27a2533dbf72cfa5341ae96069d98db7f72975 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
@@ -117,8 +117,8 @@ private:
Length flexBasisForChild(const LayoutBox& child) const;
LayoutUnit crossAxisExtentForChild(const LayoutBox& child) const;
LayoutUnit crossAxisIntrinsicExtentForChild(const LayoutBox& child) const;
- LayoutUnit childIntrinsicHeight(const LayoutBox& child) const;
- LayoutUnit childIntrinsicWidth(const LayoutBox& child) const;
+ LayoutUnit childIntrinsicLogicalHeight(const LayoutBox& child) const;
+ LayoutUnit childIntrinsicLogicalWidth(const LayoutBox& child) const;
LayoutUnit mainAxisExtentForChild(const LayoutBox& child) const;
LayoutUnit mainAxisContentExtentForChild(const LayoutBox& child) const;
LayoutUnit crossAxisExtent() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698