| 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 773d9f49efabc7dd576807193acfd44f9d50b2d9..3973a66d4d72131708611f3a58ecf8515b7c11c1 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 GetBounds() const override;
|
| void SetBounds(const gfx::Rect& bounds) override;
|
| - gfx::Point GetLocationOnNativeScreen() const override;
|
| + gfx::Point GetLocationOnNativeScreenInPixels() const override;
|
| void SetCapture() override;
|
| void ReleaseCapture() override;
|
| void SetCursorNative(gfx::NativeCursor cursor) override;
|
| - void MoveCursorToNative(const gfx::Point& location) override;
|
| + void MoveCursorToNativeInPixels(
|
| + const gfx::Point& location_in_pixels) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
| protected:
|
|
|