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

Unified Diff: ui/aura/root_window.cc

Issue 13902003: Remove Event::system_location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | ui/aura/test/event_generator.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 850c8ea31733b1bd1ffc40a0f17a873819e33bd2..f37811639efa2d8f1e6dbed2ff87663640985ffd 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -1149,8 +1149,6 @@ void RootWindow::SynthesizeMouseMoveEvent() {
host_mouse_location,
host_mouse_location,
ui::EF_IS_SYNTHESIZED);
- ConvertPointToNativeScreen(&root_mouse_location);
- event.set_system_location(root_mouse_location);
OnHostMouseEvent(&event);
}
« no previous file with comments | « no previous file | ui/aura/test/event_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698