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

Unified Diff: ash/wm/workspace/workspace_window_resizer.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/workspace/workspace_layout_manager.cc ('k') | chrome/browser/ui/ash/event_rewriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_window_resizer.cc
===================================================================
--- ash/wm/workspace/workspace_window_resizer.cc (revision 150582)
+++ ash/wm/workspace/workspace_window_resizer.cc (working copy)
@@ -88,7 +88,7 @@
wm::GetRootWindowRelativeToWindow(window()->parent(), location);
aura::RootWindow* current_root = actual_location.first;
gfx::Point location_in_parent = actual_location.second;
- aura::Window::ConvertPointToWindow(current_root,
+ aura::Window::ConvertPointToTarget(current_root,
window()->parent(),
&location_in_parent);
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager.cc ('k') | chrome/browser/ui/ash/event_rewriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698