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

Unified Diff: ash/wm/native_cursor_manager_ash_classic.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/wm/native_cursor_manager_ash_classic.cc
diff --git a/ash/wm/native_cursor_manager_ash_classic.cc b/ash/wm/native_cursor_manager_ash_classic.cc
index 8b5112c9698f9ab9912a52ac4d4c5860b244b644..c7ff83cb4fb60e6778c168867c8dfa6cba50168a 100644
--- a/ash/wm/native_cursor_manager_ash_classic.cc
+++ b/ash/wm/native_cursor_manager_ash_classic.cc
@@ -120,7 +120,7 @@ void NativeCursorManagerAshClassic::SetCursor(
}
void NativeCursorManagerAshClassic::SetCursorSet(
- ui::CursorSetType cursor_set,
+ ui::CursorSet cursor_set,
::wm::NativeCursorManagerDelegate* delegate) {
image_cursors_->SetCursorSet(cursor_set);
delegate->CommitCursorSet(cursor_set);

Powered by Google App Engine
This is Rietveld 408576698