| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| index 9e4a8dd8280600aac40c63597add100906e7251d..fd20f60fd26cb2af0cee9c1a786d7a6fca5d67f7 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -799,7 +799,7 @@ static void accumulateDocumentTouchEventTargetRects(LayerHitTestRects& rects, co
|
| for (const auto& eventTarget : *targets) {
|
| EventTarget* target = eventTarget.key;
|
| Node* node = target->toNode();
|
| - if (!node || !node->inDocument())
|
| + if (!node || !node->inShadowIncludingDocument())
|
| continue;
|
|
|
| // If the document belongs to an invisible subframe it does not have a composited layer
|
|
|