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

Unified Diff: ash/magnifier/magnification_controller.cc

Issue 1900443002: Removes aura dependencies from WindowPositioner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke GetWorkAreaForWindowInParent and fix windows Created 4 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
Index: ash/magnifier/magnification_controller.cc
diff --git a/ash/magnifier/magnification_controller.cc b/ash/magnifier/magnification_controller.cc
index f60205863865b1e9a11f4d92579cb3e419df283d..052d6065fce644a6909b3132ee019d2e67741ea8 100644
--- a/ash/magnifier/magnification_controller.cc
+++ b/ash/magnifier/magnification_controller.cc
@@ -817,7 +817,7 @@ void MagnificationControllerImpl::OnCaretBoundsChanged(
caret_point_ = caret_bounds.CenterPoint();
// |caret_point_| in |root_window_| coordinates.
- wm::ConvertPointFromScreen(root_window_, &caret_point_);
+ ::wm::ConvertPointFromScreen(root_window_, &caret_point_);
// If the feature for centering the text input focus is disabled, the
// magnifier window will be moved to follow the focus with a panning margin.
« no previous file with comments | « ash/desktop_background/desktop_background_view.cc ('k') | ash/magnifier/magnification_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698