diff options
Diffstat (limited to 'ui/aura/client/cursor_client.h')
-rw-r--r-- | ui/aura/client/cursor_client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h index 418c559..ecf67ee 100644 --- a/ui/aura/client/cursor_client.h +++ b/ui/aura/client/cursor_client.h @@ -24,6 +24,9 @@ class AURA_EXPORT CursorClient { // Gets whether the cursor is visible. virtual bool IsCursorVisible() const = 0; + // Sets the device scale factor of the cursor. + virtual void SetDeviceScaleFactor(float device_scale_factor) = 0; + protected: virtual ~CursorClient() {} }; |