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

Unified Diff: content/renderer/input/input_handler_proxy.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/renderer/input/input_handler_proxy.cc
diff --git a/content/renderer/input/input_handler_proxy.cc b/content/renderer/input/input_handler_proxy.cc
index 2c6234f363c4e380d4ba2f22bf34c1a4ba78a74a..cee4871957beafd08bd22998161ab6b9e6d7a937 100644
--- a/content/renderer/input/input_handler_proxy.cc
+++ b/content/renderer/input/input_handler_proxy.cc
@@ -724,8 +724,7 @@ bool InputHandlerProxy::FilterInputEventForFlingBoosting(
current_fling_velocity_.y());
// The client expects balanced calls between a consumed GestureFlingStart
- // and |DidStopFlinging()|. TODO(jdduke): Provide a count parameter to
- // |DidStopFlinging()| and only send after the accumulated fling ends.
+ // and |DidStopFlinging()|.
client_->DidStopFlinging();
return true;
}

Powered by Google App Engine
This is Rietveld 408576698