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..6eb27bd9e76e23a3f67eec27c65e7daa248541fa 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_->ConvertDIPToPixels(&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_->ConvertDIPToPixels(&host_location); |
int flag = 0; |