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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_cursor_manager.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: ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
diff --git a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
index 38242a73087ef6796773ff16ec87e44ef69619cc..cf30ad76adbbd314f4bca40a65995118ae36de60 100644
--- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
+++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
@@ -75,7 +75,7 @@ void DesktopNativeCursorManager::SetVisibility(
}
void DesktopNativeCursorManager::SetCursorSet(
- ui::CursorSetType cursor_set,
+ ui::CursorSet cursor_set,
wm::NativeCursorManagerDelegate* delegate) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698