summaryrefslogtreecommitdiffstats
path: root/ui/aura/desktop/desktop_cursor_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/desktop/desktop_cursor_client.h')
-rw-r--r--ui/aura/desktop/desktop_cursor_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/aura/desktop/desktop_cursor_client.h b/ui/aura/desktop/desktop_cursor_client.h
index a4315ed..9ce0526 100644
--- a/ui/aura/desktop/desktop_cursor_client.h
+++ b/ui/aura/desktop/desktop_cursor_client.h
@@ -24,6 +24,7 @@ class AURA_EXPORT DesktopCursorClient : public client::CursorClient {
virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
virtual void ShowCursor(bool show) OVERRIDE;
virtual bool IsCursorVisible() const OVERRIDE;
+ virtual void SetDeviceScaleFactor(float device_scale_factor) OVERRIDE;
private:
aura::RootWindow* root_window_;