| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index 8494123c1e30bd33863431a1ff63ea725a3e9650..1620af3971b31df210ccca1ea0b73617b7ef37dd 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -175,7 +175,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
|
|
| // Overridden from ui::EventProcessor:
|
| virtual ui::EventTarget* GetRootTarget() OVERRIDE;
|
| - virtual void PrepareEventForDispatch(ui::Event* event) OVERRIDE;
|
| + virtual void OnEventProcessingStarted(ui::Event* event) OVERRIDE;
|
|
|
| // Overridden from ui::EventDispatcherDelegate.
|
| virtual bool CanDispatchToTarget(ui::EventTarget* target) OVERRIDE;
|
|
|