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