| Index: third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| index 0abe77963dca7497929a827b68e00f14a2b9ae1b..ff657ef3a695d283fdcee846b6cca75d17dc2ceb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.cpp
|
| @@ -91,7 +91,7 @@ void LayoutReplaced::layout()
|
| updateLogicalWidth();
|
| updateLogicalHeight();
|
|
|
| - m_overflow.clear();
|
| + m_overflow.reset();
|
| addVisualEffectOverflow();
|
| updateLayerTransformAfterLayout();
|
| invalidateBackgroundObscurationStatus();
|
|
|