Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(807)

Unified Diff: content/browser/renderer_host/input/input_router_impl.cc

Issue 1390163003: Cleanup of some old TODOs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698