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 ec898fbc186daeeffbc152610d01596d740b003f..187aa6e612f48e94bb225b000fd920965388d4d5 100644 |
--- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc |
+++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc |
@@ -40,7 +40,8 @@ void DesktopNativeCursorManager::SetDisplay( |
const gfx::Display& display, |
wm::NativeCursorManagerDelegate* delegate) { |
cursor_loader_->UnloadAll(); |
- cursor_loader_->set_display(display); |
+ cursor_loader_->set_rotation(display.rotation()); |
+ cursor_loader_->set_scale(display.device_scale_factor()); |
if (cursor_loader_updater_.get()) |
cursor_loader_updater_->OnDisplayUpdated(display, cursor_loader_.get()); |