| Index: content/browser/renderer_host/input/input_router_impl.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_impl.cc b/content/browser/renderer_host/input/input_router_impl.cc
|
| index b0198962fe284e3a677657e219253e78ec2662a3..ebc0040a6b83f2c90cc8c1310489a93565805567 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.cc
|
| +++ b/content/browser/renderer_host/input/input_router_impl.cc
|
| @@ -477,8 +477,6 @@ void InputRouterImpl::OnHasTouchEventHandlers(bool has_handlers) {
|
| // modifiers or that all its touch-action modifiers are auto. Resetting the
|
| // touch-action here allows forwarding of subsequent gestures even if the
|
| // underlying touches never reach the router.
|
| - // TODO(jdduke): Reset touch-action only at the end of a touch sequence to
|
| - // prevent potentially strange mid-sequence behavior, crbug.com/375940.
|
| if (!has_handlers)
|
| touch_action_filter_.ResetTouchAction();
|
|
|
|
|