| Index: ui/aura/window_event_dispatcher.cc
|
| diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc
|
| index 22471b4aff11eb7b61db21492c70bdc684801edb..82d1ef6a4679af13617fb83f2df334c8bb854f57 100644
|
| --- a/ui/aura/window_event_dispatcher.cc
|
| +++ b/ui/aura/window_event_dispatcher.cc
|
| @@ -92,12 +92,6 @@ WindowEventDispatcher::~WindowEventDispatcher() {
|
| ui::GestureRecognizer::Get()->RemoveGestureEventHelper(this);
|
| }
|
|
|
| -void WindowEventDispatcher::PrepareForShutdown() {
|
| - host_->PrepareForShutdown();
|
| - // discard synthesize event request as well.
|
| - synthesize_mouse_move_ = false;
|
| -}
|
| -
|
| void WindowEventDispatcher::RepostEvent(const ui::LocatedEvent& event) {
|
| DCHECK(event.type() == ui::ET_MOUSE_PRESSED ||
|
| event.type() == ui::ET_GESTURE_TAP_DOWN);
|
|
|