| Index: ash/wm/ash_native_cursor_manager.cc
|
| diff --git a/ash/wm/ash_native_cursor_manager.cc b/ash/wm/ash_native_cursor_manager.cc
|
| index ef1576bee36028057d9f8aa13527ccec229d20e6..9983620a3fd0cd9fc6370305c90e9e6ef838c62c 100644
|
| --- a/ash/wm/ash_native_cursor_manager.cc
|
| +++ b/ash/wm/ash_native_cursor_manager.cc
|
| @@ -75,7 +75,7 @@ void AshNativeCursorManager::SetNativeCursorEnabled(bool enabled) {
|
| }
|
|
|
| void AshNativeCursorManager::SetDisplay(
|
| - const gfx::Display& display,
|
| + const display::Display& display,
|
| ::wm::NativeCursorManagerDelegate* delegate) {
|
| DCHECK(display.is_valid());
|
| // Use the platform's device scale factor instead of the display's, which
|
|
|