summaryrefslogtreecommitdiffstats
path: root/ui/aura/client/cursor_client.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 19:10:31 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 19:10:31 +0000
commit30be97b471b2d5178699cc0d0d771637d0a19e7c (patch)
tree3e810c820f1e6d9d9ee15ba14b44d09b92ebd288 /ui/aura/client/cursor_client.h
parent6fff46c2cdaff40c29a1faf5621a2f3fa7e783f2 (diff)
downloadchromium_src-30be97b471b2d5178699cc0d0d771637d0a19e7c.zip
chromium_src-30be97b471b2d5178699cc0d0d771637d0a19e7c.tar.gz
chromium_src-30be97b471b2d5178699cc0d0d771637d0a19e7c.tar.bz2
Remove obsolete scale related APIs for cursor
This has been replaced with SetDisplay a while ago. BUG=None Review URL: https://codereview.chromium.org/233053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/client/cursor_client.h')
-rw-r--r--ui/aura/client/cursor_client.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h
index 8f2872e..fc48e03 100644
--- a/ui/aura/client/cursor_client.h
+++ b/ui/aura/client/cursor_client.h
@@ -39,12 +39,6 @@ class AURA_EXPORT CursorClient {
// invisible.
virtual void HideCursor() = 0;
- // Sets the scale of the mouse cursor icon.
- virtual void SetScale(float scale) = 0;
-
- // Gets the current scale of the mouse cursor icon.
- virtual float GetScale() const = 0;
-
// Sets the type of the mouse cursor icon.
virtual void SetCursorSet(ui::CursorSetType cursor_set) = 0;