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