| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 3ac149226ea287ae482c741872f4534cd0e74266..5bdf6ae4ce387f2f9ce805be4c333b4b1b99f119 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -1025,7 +1025,7 @@ bool LayoutBox::mapScrollingContentsRectToBoxSpace(LayoutRect& rect, ApplyOverfl
|
| if (!hasClipRelatedProperty())
|
| return true;
|
|
|
| - if (applyOverflowClip == ApplyNonScrollOverflowClip && scrollsOverflow())
|
| + if (applyOverflowClip == ApplyNonScrollOverflowClip)
|
| return true;
|
|
|
| if (hasOverflowClip()) {
|
|
|