diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 19:10:31 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 19:10:31 +0000 |
commit | 30be97b471b2d5178699cc0d0d771637d0a19e7c (patch) | |
tree | 3e810c820f1e6d9d9ee15ba14b44d09b92ebd288 /ash/test | |
parent | 6fff46c2cdaff40c29a1faf5621a2f3fa7e783f2 (diff) | |
download | chromium_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 'ash/test')
-rw-r--r-- | ash/test/cursor_manager_test_api.cc | 4 | ||||
-rw-r--r-- | ash/test/cursor_manager_test_api.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/ash/test/cursor_manager_test_api.cc b/ash/test/cursor_manager_test_api.cc index 0b7711b9..22aa261 100644 --- a/ash/test/cursor_manager_test_api.cc +++ b/ash/test/cursor_manager_test_api.cc @@ -23,10 +23,6 @@ CursorManagerTestApi::~CursorManagerTestApi() { } // TODO(tdanderson): CursorManagerTestApi may no longer be needed. -float CursorManagerTestApi::GetCurrentScale() const { - return cursor_manager_->GetScale(); -} - ui::CursorSetType CursorManagerTestApi::GetCurrentCursorSet() const { return cursor_manager_->GetCursorSet(); } diff --git a/ash/test/cursor_manager_test_api.h b/ash/test/cursor_manager_test_api.h index d368216..1b9c6b8 100644 --- a/ash/test/cursor_manager_test_api.h +++ b/ash/test/cursor_manager_test_api.h @@ -26,7 +26,6 @@ class CursorManagerTestApi { explicit CursorManagerTestApi(::wm::CursorManager* cursor_manager); ~CursorManagerTestApi(); - float GetCurrentScale() const; ui::CursorSetType GetCurrentCursorSet() const; gfx::NativeCursor GetCurrentCursor() const; gfx::Display GetDisplay() const; |