| Index: ash/display/mouse_cursor_event_filter.cc
|
| diff --git a/ash/display/mouse_cursor_event_filter.cc b/ash/display/mouse_cursor_event_filter.cc
|
| index fafe89757caab1563ab1c7135812a433e8635f47..dd2e04b63ed7b1464a0c12273e48cbebeec789e0 100644
|
| --- a/ash/display/mouse_cursor_event_filter.cc
|
| +++ b/ash/display/mouse_cursor_event_filter.cc
|
| @@ -152,6 +152,8 @@ bool MouseCursorEventFilter::WarpMouseCursorIfNecessary(
|
| if (dst_root->bounds().Contains(point_in_dst_screen)) {
|
| DCHECK_NE(dst_root, current_root);
|
| dst_root->MoveCursorTo(point_in_dst_screen);
|
| + ash::Shell::GetInstance()->cursor_manager()->SetDeviceScaleFactor(
|
| + dst_root->AsRootWindowHostDelegate()->GetDeviceScaleFactor());
|
| return true;
|
| }
|
| return false;
|
|
|