Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
index 61cadab2c05dc1f711bbf9c7d1f2f60a7c5844dd..2dc18a1ad9eb9cc168195fafdb6209dffff98941 100644 |
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h |
@@ -112,12 +112,12 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin |
void HideImpl() override; |
gfx::Rect GetBounds() const override; |
void SetBounds(const gfx::Rect& bounds) override; |
- gfx::Point GetLocationOnNativeScreen() const override; |
+ gfx::Point GetLocationOnNativeScreenInPixel() const override; |
void SetCapture() override; |
void ReleaseCapture() override; |
void SetCursorNative(gfx::NativeCursor cursor) override; |
void OnCursorVisibilityChangedNative(bool show) override; |
- void MoveCursorToNative(const gfx::Point& location) override; |
+ void MoveCursorToNativeInPixel(const gfx::Point& location_in_pixel) override; |
// Overridden from aura::client::AnimationHost |
void SetHostTransitionOffsets( |