Chromium Code Reviews| 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 b303acdb94cb21899d3042796cce2fe0c561ca98..6353714586e11f4c4d557d4f2d133e8f6202a11f 100644 |
| --- a/content/browser/renderer_host/input/input_router_impl.cc |
| +++ b/content/browser/renderer_host/input/input_router_impl.cc |
| @@ -259,6 +259,8 @@ void InputRouterImpl::SendGestureEvent( |
| void InputRouterImpl::SendTouchEvent( |
| const TouchEventWithLatencyInfo& touch_event) { |
| + if (WebInputEventTraits::IsNewTouchSequence(touch_event.event)) |
|
Rick Byers
2014/02/18 22:01:15
Doesn't this need to go in SendTouchEventImmediate
tdresser
2014/02/20 18:37:56
Done.
|
| + touch_action_filter_.StartNewTouchActionSequence(); |
| touch_event_queue_->QueueEvent(touch_event); |
| } |