| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| index bc22f26e90290a9172f2a038761c80d9b6c5c81c..a0bf2ef6a1291941d162a2b99840358af14b4b3a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| @@ -161,11 +161,11 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
|
| void HideImpl() override;
|
| gfx::Rect GetBounds() const override;
|
| void SetBounds(const gfx::Rect& requested_bounds_in_pixels) override;
|
| - gfx::Point GetLocationOnNativeScreen() const override;
|
| + gfx::Point GetLocationOnNativeScreenInPixel() const override;
|
| void SetCapture() override;
|
| void ReleaseCapture() override;
|
| void SetCursorNative(gfx::NativeCursor cursor) override;
|
| - void MoveCursorToNative(const gfx::Point& location) override;
|
| + void MoveCursorToNativeInPixel(const gfx::Point& location_in_pixel) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
| private:
|
|
|