| Index: ash/magnifier/magnification_controller.cc
|
| diff --git a/ash/magnifier/magnification_controller.cc b/ash/magnifier/magnification_controller.cc
|
| index c677caae5c56b2b741f3a8ae9c87dffc785470b0..70abdbe21ad0e810dba5602e1bacb2ac9931ee93 100644
|
| --- a/ash/magnifier/magnification_controller.cc
|
| +++ b/ash/magnifier/magnification_controller.cc
|
| @@ -15,7 +15,6 @@
|
| #include "ash/host/ash_window_tree_host.h"
|
| #include "ash/host/root_window_transformer.h"
|
| #include "ash/root_window_controller.h"
|
| -#include "ash/screen_util.h"
|
| #include "ash/shell.h"
|
| #include "base/command_line.h"
|
| #include "base/synchronization/waitable_event.h"
|
| @@ -438,7 +437,7 @@ void MagnificationControllerImpl::HandleFocusedNodeChanged(
|
| return;
|
|
|
| gfx::Rect node_bounds_in_root =
|
| - ScreenUtil::ConvertRectFromScreen(root_window_, node_bounds_in_screen);
|
| + ::wm::ConvertRectFromScreen(root_window_, node_bounds_in_screen);
|
| if (GetViewportRect().Contains(node_bounds_in_root))
|
| return;
|
|
|
|
|