| 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 21f3359f90736ba35e32a8f552cf8add554352d3..0d4b17320a1986903d7c6942d404731474f9c534 100644
|
| --- a/content/renderer/input/input_handler_proxy.cc
|
| +++ b/content/renderer/input/input_handler_proxy.cc
|
| @@ -118,8 +118,7 @@ WebGestureEvent ObtainGestureScrollBegin(const WebGestureEvent& event) {
|
| void SendScrollLatencyUma(const WebInputEvent& event,
|
| const ui::LatencyInfo& latency_info) {
|
| if (!(event.type == WebInputEvent::GestureScrollBegin ||
|
| - event.type == WebInputEvent::GestureScrollUpdate ||
|
| - event.type == WebInputEvent::GestureScrollUpdateWithoutPropagation))
|
| + event.type == WebInputEvent::GestureScrollUpdate))
|
| return;
|
|
|
| ui::LatencyInfo::LatencyMap::const_iterator it =
|
|
|