| 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..674ddcf9aa2111bbe37c012ec949ced3e1285857 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 bool OnEventProcessingStarted(ui::Event* event) OVERRIDE;
|
|
|
| // Overridden from ui::EventDispatcherDelegate.
|
| virtual bool CanDispatchToTarget(ui::EventTarget* target) OVERRIDE;
|
|
|