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 98078ace1c533a6937f89f7ecc64fce5c7023509..e78eb94db29f6d1ca950131e205bb7b10f10b04b 100644 |
--- a/ash/wm/ash_native_cursor_manager.cc |
+++ b/ash/wm/ash_native_cursor_manager.cc |
@@ -95,8 +95,7 @@ void AshNativeCursorManager::SetCursor( |
new_cursor.SetPlatformCursor(invisible_cursor.platform()); |
} |
} |
- new_cursor.set_device_scale_factor( |
- image_cursors_->GetDisplay().device_scale_factor()); |
+ new_cursor.set_device_scale_factor(image_cursors_->GetScale()); |
delegate->CommitCursor(new_cursor); |