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; |