Chromium Code Reviews| Index: content/browser/renderer_host/input/touch_event_queue.cc |
| diff --git a/content/browser/renderer_host/input/touch_event_queue.cc b/content/browser/renderer_host/input/touch_event_queue.cc |
| index 5b594addabcb2a729098642010cedc4c7f277e12..c927752cfa972bf6b1b68525be80197bcf82e51c 100644 |
| --- a/content/browser/renderer_host/input/touch_event_queue.cc |
| +++ b/content/browser/renderer_host/input/touch_event_queue.cc |
| @@ -292,6 +292,8 @@ class TouchEventQueue::TouchMoveSlopSuppressor { |
| TouchMoveSlopSuppressor() : suppressing_touchmoves_(false) {} |
| bool FilterEvent(const WebTouchEvent& event) { |
| + return false; |
|
mustaq
2017/02/09 22:00:04
Please remove the rest of the function body. Other
|
| + |
| if (WebTouchEventTraits::IsTouchSequenceStart(event)) { |
| suppressing_touchmoves_ = true; |
| touch_start_location_ = gfx::PointF(event.touches[0].position); |