Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: ui/aura/desktop/desktop_cursor_client.cc

Issue 10919135: Move ash specific cursor code to CursorManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/desktop/desktop_cursor_client.h ('k') | ui/aura/root_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop/desktop_cursor_client.cc
diff --git a/ui/aura/desktop/desktop_cursor_client.cc b/ui/aura/desktop/desktop_cursor_client.cc
index d44cb32552cfceb584e05fb6818f0b47208f46c8..70bb4aaf82c28d02b63892d5fc31d726dbfb58a6 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
« no previous file with comments | « ui/aura/desktop/desktop_cursor_client.h ('k') | ui/aura/root_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698