Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h |
index 25581df8b5c559e4eec097e9a55e066d7c72c3ab..b970f4204f7acd5b6077372190796b0b85fd8b4c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h |
@@ -44,7 +44,6 @@ public: |
bool isDeprecatedFlexibleBox() const override { return true; } |
bool isStretchingChildren() const { return m_stretchingChildren; } |
- bool canCollapseAnonymousBlockChild() const override { return false; } |
void placeChild(LayoutBox* child, const LayoutPoint& location); |