| 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 e99e0a6d0f1b09f076d442ac395b7d733d3be57c..b72d277749cc94635d7a64960cfc901d2316ac58 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -85,7 +85,6 @@ public:
|
| protected:
|
| void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const override;
|
|
|
| - void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| void removeChild(LayoutObject*) override;
|
|
|
| private:
|
|
|