Index: ui/aura/window_event_dispatcher.cc |
diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc |
index 823c8e85fa2c78e9353cc9da1fc28aca93885a13..aceef14233035604c156d2524bfa472f622c7e22 100644 |
--- a/ui/aura/window_event_dispatcher.cc |
+++ b/ui/aura/window_event_dispatcher.cc |
@@ -855,6 +855,9 @@ void WindowEventDispatcher::PreDispatchTouchEvent(Window* target, |
} |
break; |
+ case ui::ET_TOUCH_STATIONARY: |
+ break; |
+ |
default: |
NOTREACHED(); |
break; |