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

Unified Diff: ash/test/cursor_manager_test_api.cc

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize Created 3 years, 6 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 | « ash/test/cursor_manager_test_api.h ('k') | ash/utility/screenshot_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/cursor_manager_test_api.cc
diff --git a/ash/test/cursor_manager_test_api.cc b/ash/test/cursor_manager_test_api.cc
index 029269e1d11803853871dc0161e980dfb79032a3..77ad7742067945f9303b9c5a7daffce0c050adca 100644
--- a/ash/test/cursor_manager_test_api.cc
+++ b/ash/test/cursor_manager_test_api.cc
@@ -20,8 +20,8 @@ CursorManagerTestApi::CursorManagerTestApi(::wm::CursorManager* cursor_manager)
CursorManagerTestApi::~CursorManagerTestApi() {}
// TODO(tdanderson): CursorManagerTestApi may no longer be needed.
-ui::CursorSetType CursorManagerTestApi::GetCurrentCursorSet() const {
- return cursor_manager_->GetCursorSet();
+ui::CursorSize CursorManagerTestApi::GetCurrentCursorSize() const {
+ return cursor_manager_->GetCursorSize();
}
gfx::NativeCursor CursorManagerTestApi::GetCurrentCursor() const {
« no previous file with comments | « ash/test/cursor_manager_test_api.h ('k') | ash/utility/screenshot_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698