summaryrefslogtreecommitdiffstats
path: root/ui/aura/desktop/desktop_cursor_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/desktop/desktop_cursor_client.cc')
-rw-r--r--ui/aura/desktop/desktop_cursor_client.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura/desktop/desktop_cursor_client.cc b/ui/aura/desktop/desktop_cursor_client.cc
index d44cb32..70bb4aa 100644
--- a/ui/aura/desktop/desktop_cursor_client.cc
+++ b/ui/aura/desktop/desktop_cursor_client.cc
@@ -27,4 +27,8 @@ bool DesktopCursorClient::IsCursorVisible() const {
return root_window_->cursor_shown();
}
+void DesktopCursorClient::SetDeviceScaleFactor(float device_scale_factor) {
+ // TODO(ben|erg): Use the device scale factor set here for the cursor.
+}
+
} // namespace aura