diff options
author | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-21 03:16:49 +0000 |
---|---|---|
committer | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-21 03:16:49 +0000 |
commit | ad2eb6301aaf1e0d52d4c1f2c3d89ae020222a62 (patch) | |
tree | 6c55e6a403db61eb806ba092da1ce68350a14a51 /ash/test/cursor_manager_test_api.h | |
parent | 55d04247c0508af168df31098625cade2f20a0cd (diff) | |
download | chromium_src-ad2eb6301aaf1e0d52d4c1f2c3d89ae020222a62.zip chromium_src-ad2eb6301aaf1e0d52d4c1f2c3d89ae020222a62.tar.gz chromium_src-ad2eb6301aaf1e0d52d4c1f2c3d89ae020222a62.tar.bz2 |
Adds interface to change mouse cursor icon size to aura/ash.
This CL adds interface to change the cursor size to aura/ash layer. This is a part of the large cursor work (crbug.com/126942).
BUG=126942
R=oshima@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/15093003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/cursor_manager_test_api.h')
-rw-r--r-- | ash/test/cursor_manager_test_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/test/cursor_manager_test_api.h b/ash/test/cursor_manager_test_api.h index 254be4f..48ef6dc 100644 --- a/ash/test/cursor_manager_test_api.h +++ b/ash/test/cursor_manager_test_api.h @@ -27,6 +27,7 @@ class CursorManagerTestApi { explicit CursorManagerTestApi(views::corewm::CursorManager* cursor_manager); ~CursorManagerTestApi(); + float GetCurrentScale() const; gfx::NativeCursor GetCurrentCursor() const; gfx::Display GetDisplay() const; |