| Index: ui/aura/window_tree_host_platform.h
|
| diff --git a/ui/aura/window_tree_host_platform.h b/ui/aura/window_tree_host_platform.h
|
| index 1097f7f2a694aa2be9afeb6b495e911fffbde314..7cc90a524fe6b0748f23515a32a066ce0727bd60 100644
|
| --- a/ui/aura/window_tree_host_platform.h
|
| +++ b/ui/aura/window_tree_host_platform.h
|
| @@ -35,11 +35,12 @@ class AURA_EXPORT WindowTreeHostPlatform
|
| 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 MoveCursorToNative(const gfx::Point& location) override;
|
| + void MoveCursorToScreenLocationInPixels(
|
| + const gfx::Point& location_in_pixels) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
| protected:
|
|
|