| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 2198a02af4e2073799a49719f0cfb9d8c644f4bb..07533af93961db6b019fcbfe1ec8b2bf10ae28d6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -408,7 +408,7 @@ public:
|
| void addOverflowFromChild(LayoutBox* child) { addOverflowFromChild(child, child->locationOffset()); }
|
| void addOverflowFromChild(LayoutBox* child, const LayoutSize& delta);
|
| void clearLayoutOverflow();
|
| - void clearAllOverflows() { m_overflow.clear(); }
|
| + void clearAllOverflows() { m_overflow.reset(); }
|
|
|
| void updateLayerTransformAfterLayout();
|
|
|
|
|