| 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 4140b4b0908cec7c7c7d38679b61caae0373b817..396a5262e1d04ecaadcd06b4c8c74d6631aa0db0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -65,10 +65,6 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock {
|
| void paintChildren(const PaintInfo&, const LayoutPoint&) const final;
|
|
|
| bool isHorizontalFlow() const;
|
| - virtual LayoutObject* layoutSpecialExcludedChild(bool relayoutChildren,
|
| - SubtreeLayoutScope&) {
|
| - return nullptr;
|
| - }
|
|
|
| const OrderIterator& orderIterator() const { return m_orderIterator; }
|
|
|
|
|