| Index: Source/core/paint/DeprecatedPaintLayer.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| index 1f524ab0a7e9a3a5fed45bcb9220e2c2cf309c03..8cd3c9611713493ae38e3de13b8484cc01e20840 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| @@ -1676,8 +1676,6 @@ bool DeprecatedPaintLayer::hitTest(const HitTestRequest& request, const HitTestL
|
| if (request.ignoreClipping())
|
| hitTestArea.unite(LayoutRect(layoutObject()->view()->documentRect()));
|
|
|
| - // Make sure advance document lifecycle to CompositingClean prior to hit testing.
|
| - compositor()->updateIfNeededRecursive();
|
| DeprecatedPaintLayer* insideLayer = hitTestLayer(this, 0, result, hitTestArea, hitTestLocation, false);
|
| if (!insideLayer) {
|
| // We didn't hit any layer. If we are the root layer and the mouse is -- or just was -- down,
|
|
|