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