| 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 c8758f22ec5b45758481a0dda9324c3b7cfb7c71..30f043b4b9fdba51ed8563afd38fce7cb8345a05 100644
|
| --- a/ui/aura/shared/compound_event_filter.cc
|
| +++ b/ui/aura/shared/compound_event_filter.cc
|
| @@ -102,8 +102,6 @@ void CompoundEventFilter::UpdateCursor(Window* target, ui::MouseEvent* event) {
|
| }
|
|
|
| cursor_client->SetCursor(cursor);
|
| - cursor_client->SetDeviceScaleFactor(
|
| - root_window->AsRootWindowHostDelegate()->GetDeviceScaleFactor());
|
| }
|
| }
|
|
|
|
|