| Index: ash/display/cursor_window_controller.cc
|
| diff --git a/ash/display/cursor_window_controller.cc b/ash/display/cursor_window_controller.cc
|
| index 10ccd14c0d32c6ae40714782551bb4297f86175e..05f242de39b2f7849565c5cb69cfcefcb693a122 100644
|
| --- a/ash/display/cursor_window_controller.cc
|
| +++ b/ash/display/cursor_window_controller.cc
|
| @@ -147,8 +147,7 @@ void CursorWindowController::UpdateLocation() {
|
|
|
| gfx::Point point = aura::Env::GetInstance()->last_mouse_location();
|
| if (!is_cursor_compositing_enabled_) {
|
| - Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->ConvertPointToHost(
|
| - &point);
|
| + Shell::GetPrimaryRootWindow()->GetHost()->ConvertPointToHost(&point);
|
| } else {
|
| point.Offset(-bounds_in_screen_.x(), -bounds_in_screen_.y());
|
| }
|
|
|