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

Unified Diff: ui/aura/client/cursor_client.h

Issue 10919135: Move ash specific cursor code to CursorManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: ui/aura/client/cursor_client.h
diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h
index 418c559dad63b118b9f621cf36b22a40dee626c3..c53bf06b124993dda07cd0aeea44c4e36c096bc2 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 scale_factor) = 0;
+
protected:
virtual ~CursorClient() {}
};

Powered by Google App Engine
This is Rietveld 408576698