Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 237893002: Fix behavior of WindowEventDispatcher::SynthesizeMouseMoveEvent(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-enable cursor compositing. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/env.h ('k') | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/aura/env.h ('k') | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698