| 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 8fe98ce3b94e34e08aca84720bac3950b5aee750..61b5ab9ec52fdf6bbe6beab8f2c547edd52fc3c9 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,13 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| void HideImpl() override;
|
| gfx::Rect GetBoundsInPixels() const override;
|
| void SetBoundsInPixels(const gfx::Rect& bounds) override;
|
| - gfx::Point GetLocationOnNativeScreen() const override;
|
| + gfx::Point GetLocationOnScreenInPixels() 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 MoveCursorToScreenLocationInPixels(
|
| + const gfx::Point& location_in_pixels) override;
|
|
|
| // Overridden from aura::client::AnimationHost
|
| void SetHostTransitionOffsets(
|
|
|