| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index 6b476b7651e056b2a141886edfa95d8a91a8b38e..aeae27c60652f51a6f3de00121933498e1936bc0 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -216,11 +216,12 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
|
|
| // Posts a task to send synthesized mouse move event if there is no a pending
|
| // task.
|
| - void PostSynthesizeMouseMove();
|
| + void PostSynthesizeMouseMove(int mouse_button_flags);
|
|
|
| // Creates and dispatches synthesized mouse move event using the
|
| // current mouse location.
|
| - ui::EventDispatchDetails SynthesizeMouseMoveEvent() WARN_UNUSED_RESULT;
|
| + ui::EventDispatchDetails SynthesizeMouseMoveEvent(int mouse_button_flags)
|
| + WARN_UNUSED_RESULT;
|
|
|
| // Calls SynthesizeMouseMove() if |window| is currently visible and contains
|
| // the mouse cursor.
|
|
|