Index: ui/aura/test/ui_controls_factory_ozone.cc |
diff --git a/ui/aura/test/ui_controls_factory_ozone.cc b/ui/aura/test/ui_controls_factory_ozone.cc |
index 30f6bae8db0386384fb250cae1191f935a48c356..72c97fa2be460c5c07b3c80a3eda240d98448018 100644 |
--- a/ui/aura/test/ui_controls_factory_ozone.cc |
+++ b/ui/aura/test/ui_controls_factory_ozone.cc |
@@ -107,7 +107,7 @@ class UIControlsOzone : public ui_controls::UIControlsAura { |
} |
gfx::Point host_location = root_location; |
- host_->ConvertPointToHost(&host_location); |
+ host_->ConvertPointFromDIPToHost(&host_location); |
ui::EventType event_type; |
@@ -137,7 +137,7 @@ class UIControlsOzone : public ui_controls::UIControlsAura { |
} |
gfx::Point host_location = root_location; |
- host_->ConvertPointToHost(&host_location); |
+ host_->ConvertPointFromDIPToHost(&host_location); |
int flag = 0; |