| Index: ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| diff --git a/ui/views/test/ui_controls_factory_desktop_aurax11.cc b/ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| index 2be0e63bc3b3b8e3315f093f67d431e05c3adf63..a64045ca8adb3024569697bee873a532b9013f88 100644
|
| --- a/ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| +++ b/ui/views/test/ui_controls_factory_desktop_aurax11.cc
|
| @@ -144,7 +144,7 @@ class UIControlsDesktopX11 : public UIControlsAura {
|
| aura::WindowTreeHost* host = root_window->GetHost();
|
| gfx::Point root_current_location =
|
| aura::test::QueryLatestMousePositionRequestInHost(host);
|
| - host->ConvertPointFromHost(&root_current_location);
|
| + host->ConvertPointFromHostToDIP(&root_current_location);
|
|
|
| auto screen = views::test::TestDesktopScreenX11::GetInstance();
|
| DCHECK_EQ(screen, display::Screen::GetScreen());
|
|
|