| Index: ui/aura/shared/compound_event_filter.cc
|
| diff --git a/ui/aura/shared/compound_event_filter.cc b/ui/aura/shared/compound_event_filter.cc
|
| index a1efa223edb4f24e55595461e9a9df6e293eb849..19e34827ef38892c046ca8e0fe61172b12913bcf 100644
|
| --- a/ui/aura/shared/compound_event_filter.cc
|
| +++ b/ui/aura/shared/compound_event_filter.cc
|
| @@ -147,8 +147,6 @@ void CompoundEventFilter::UpdateCursor(Window* target, ui::MouseEvent* event) {
|
| }
|
|
|
| cursor_client->SetCursor(cursor);
|
| - cursor_client->SetDeviceScaleFactor(
|
| - root_window->AsRootWindowHostDelegate()->GetDeviceScaleFactor());
|
| }
|
| }
|
|
|
|
|