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

Unified Diff: ui/aura/root_window.h

Issue 7983039: Add support for MouseEnter/MouseExit event types to be sent to aura::Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
Index: ui/aura/root_window.h
===================================================================
--- ui/aura/root_window.h (revision 102135)
+++ ui/aura/root_window.h (working copy)
@@ -50,7 +50,12 @@
virtual internal::RootWindow* GetRoot() OVERRIDE;
private:
+ // Called whenever the mouse moves, tracks the current |mouse_moved_handler_|,
+ // sending exited and entered events as its value changes.
+ void HandleMouseMoved(const MouseEvent& event, Window* target);
+
Window* mouse_pressed_handler_;
+ Window* mouse_moved_handler_;
scoped_ptr<FocusManager> focus_manager_;
Window* capture_window_;
« no previous file with comments | « ui/aura/event.cc ('k') | ui/aura/root_window.cc » ('j') | ui/aura/root_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698