| Index: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| index e393783913289b69c0a2687aebfb4068e54c22ba..f4e0ec81e123a638fa5a09e37ef76c17b79ff732 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp
|
| @@ -127,7 +127,7 @@ void LayoutEmbeddedObject::layout()
|
| updateLogicalWidth();
|
| updateLogicalHeight();
|
|
|
| - m_overflow.clear();
|
| + m_overflow.reset();
|
| addVisualEffectOverflow();
|
|
|
| updateLayerTransformAfterLayout();
|
|
|