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

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

Issue 2829303002: [css-flexbox] Merge align-content and justify-content handling (Closed)
Patch Set: helper function Created 3 years, 8 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 a066de1835d5af7d69e5690e9cde1d0de876a023..87fdd74cc899efe1bb2f57ce9f07a0994f9ae87a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
@@ -136,6 +136,8 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock {
SizeType,
const Length& size);
TransformedWritingMode GetTransformedWritingMode() const;
+ StyleContentAlignmentData ResolvedJustifyContent() const;
+ StyleContentAlignmentData ResolvedAlignContent() const;
LayoutUnit FlowAwareBorderStart() const;
LayoutUnit FlowAwareBorderEnd() const;
LayoutUnit FlowAwareBorderBefore() 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