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

Unified Diff: ash/wm/coordinate_conversion.cc

Issue 10827145: Convert Aura to use ui::Event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « ash/wm/app_list_controller.cc ('k') | ash/wm/event_rewriter_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/coordinate_conversion.cc
===================================================================
--- ash/wm/coordinate_conversion.cc (revision 150582)
+++ ash/wm/coordinate_conversion.cc (working copy)
@@ -35,7 +35,7 @@
const gfx::Point& location) {
aura::RootWindow* root_window = window->GetRootWindow();
gfx::Point location_in_root(location);
- aura::Window::ConvertPointToWindow(window, root_window, &location_in_root);
+ aura::Window::ConvertPointToTarget(window, root_window, &location_in_root);
#if defined(USE_X11)
// This conversion is necessary for dealing with the "pointer warp" feature in
« no previous file with comments | « ash/wm/app_list_controller.cc ('k') | ash/wm/event_rewriter_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698