| Index: ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
|
| index 1611b345724309d897e62beefb17fc06eafdb563..ea8df16d00d917eb3f1220108fb7ad74a2d8c4d0 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
|
| @@ -39,7 +39,7 @@ void DesktopNativeCursorManager::RemoveHost(aura::WindowTreeHost* host) {
|
| }
|
|
|
| void DesktopNativeCursorManager::SetDisplay(
|
| - const gfx::Display& display,
|
| + const display::Display& display,
|
| wm::NativeCursorManagerDelegate* delegate) {
|
| cursor_loader_->UnloadAll();
|
| cursor_loader_->set_rotation(display.rotation());
|
|
|