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

Unified Diff: ash/test/cursor_manager_test_api.cc

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: Remove old cursor.h includes. 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
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..7580847be84290cfa3f2582f80e0b4587ee0f55c 100644
--- a/ash/test/cursor_manager_test_api.cc
+++ b/ash/test/cursor_manager_test_api.cc
@@ -20,7 +20,7 @@ CursorManagerTestApi::CursorManagerTestApi(::wm::CursorManager* cursor_manager)
CursorManagerTestApi::~CursorManagerTestApi() {}
// TODO(tdanderson): CursorManagerTestApi may no longer be needed.
-ui::CursorSetType CursorManagerTestApi::GetCurrentCursorSet() const {
+ui::CursorSet CursorManagerTestApi::GetCurrentCursorSet() const {
return cursor_manager_->GetCursorSet();
}

Powered by Google App Engine
This is Rietveld 408576698