Index: ui/aura/root_window_host_x11.cc |
diff --git a/ui/aura/root_window_host_x11.cc b/ui/aura/root_window_host_x11.cc |
index ff2fab478c8e0dc6b6e58a0fff7826cbf9620593..e5641ea2efabcbff8243f72693803aaafb4eb34e 100644 |
--- a/ui/aura/root_window_host_x11.cc |
+++ b/ui/aura/root_window_host_x11.cc |
@@ -942,10 +942,6 @@ void RootWindowHostX11::DispatchXI2Event(const base::NativeEvent& event) { |
switch (type) { |
case ui::ET_TOUCH_MOVED: |
- num_coalesced = ui::CoalescePendingMotionEvents(xev, &last_event); |
- if (num_coalesced > 0) |
- xev = &last_event; |
- // fallthrough |
case ui::ET_TOUCH_PRESSED: |
case ui::ET_TOUCH_CANCELLED: |
case ui::ET_TOUCH_RELEASED: { |