| Index: Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp b/Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp
|
| index ec59c7f667330b9f89f24246243fb72b58c5b7f6..870f7c7718b950f787efeaf30b7d8e73c47e734f 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp
|
| @@ -435,6 +435,7 @@ void DeprecatedPaintLayerScrollableArea::setScrollOffset(const DoublePoint& newS
|
|
|
| if (AXObjectCache* cache = box().document().existingAXObjectCache())
|
| cache->handleScrollPositionChanged(&box());
|
| + box().view()->clearHitTestCache();
|
| }
|
|
|
| IntPoint DeprecatedPaintLayerScrollableArea::scrollPosition() const
|
|
|