| 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.
|
|
|