| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index b1cd8da5da5b21d53557647fc35637b50762869f..2c0064abf3547409d33175d1e55be1b10bb58102 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -1629,7 +1629,7 @@ bool LayoutBlock::hitTestChildren(HitTestResult& result, const HitTestLocation&
|
| // TODO(pdr): We should also check for css clip in the !isSelfPaintingLayer
|
| // case, similar to overflow clip below.
|
| if (hasOverflowClip() && !hasSelfPaintingLayer()) {
|
| - if (!locationInContainer.intersects(overflowClipRect(accumulatedOffset, IncludeOverlayScrollbarSize)))
|
| + if (!locationInContainer.intersects(overflowClipRect(accumulatedOffset, IncludeOverlayScrollbarSizeForHitTesting)))
|
| return false;
|
| if (style()->hasBorderRadius()) {
|
| LayoutRect borderRect = borderBoxRect();
|
|
|