| 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;
|
| }
|
|
|