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 38f2c5f04b1c689c72c28af49cb434eeb2ab5ebd..95ba53cd10b515f720c3543050aa2b2a7bd91aa6 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h |
@@ -56,6 +56,11 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock { |
bool firstLine, |
LineDirectionMode, |
LinePositionMode = PositionOnContainingLine) const override; |
+ |
+ static const StyleContentAlignmentData& contentAlignmentNormalBehavior(); |
+ static int synthesizedBaselineFromContentBox(const LayoutBox&, |
+ LineDirectionMode); |
+ |
int firstLineBoxBaseline() const override; |
int inlineBlockBaseline(LineDirectionMode) const override; |
IntSize originAdjustmentForScrollbars() const override; |