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..29ec26e932f8e7f732fbf52e756cbb33c0f59b62 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h |
@@ -91,6 +91,11 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock { |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
void removeChild(LayoutObject*) override; |
+ ItemPosition selfAlignmentNormalBehavior( |
+ const LayoutBox* child = nullptr) const override { |
+ DCHECK(!child); |
+ return ItemPositionStretch; |
+ } |
private: |
enum FlexSign { |