| Index: ui/aura/window_event_dispatcher.cc
|
| diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc
|
| index a089435bf2720dbb96a21569f51db8a99d99b4ae..3dc74329b4c817ab47d05b155ed2525843b6e40a 100644
|
| --- a/ui/aura/window_event_dispatcher.cc
|
| +++ b/ui/aura/window_event_dispatcher.cc
|
| @@ -495,11 +495,6 @@ bool WindowEventDispatcher::CanDispatchToConsumer(
|
| return (consumer_window && consumer_window->GetRootWindow() == window());
|
| }
|
|
|
| -void WindowEventDispatcher::DispatchPostponedGestureEvent(
|
| - ui::GestureEvent* event) {
|
| - DispatchGestureEvent(event);
|
| -}
|
| -
|
| void WindowEventDispatcher::DispatchCancelTouchEvent(ui::TouchEvent* event) {
|
| DispatchDetails details = OnEventFromSource(event);
|
| if (details.dispatcher_destroyed)
|
|
|