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

Unified Diff: ui/aura/root_window.cc

Issue 26499003: Do not send mouse-move when target is destroyed due to synthesized mouse-exit in RootWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Commented on ownership of event filter Created 7 years, 2 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 | « no previous file | ui/aura/root_window_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.cc
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index 5a1942b212dc0ee0e2c3b6d87f65c139f4a09c5d..747412b0ad80ec825119387f246514d68b32f4b0 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -1130,6 +1130,7 @@ bool RootWindow::DispatchMouseEventToTarget(ui::MouseEvent* event,
return false;
} else {
SetMouseMovedHandler(NULL, MOUSE_MOVED_HANDLER_SET_REASON_NULL);
+ return false;
}
}
break;
« no previous file with comments | « no previous file | ui/aura/root_window_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698