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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_cursor_manager.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 | « ui/views/widget/desktop_aura/desktop_native_cursor_manager.h ('k') | ui/wm/core/cursor_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5d4ae7a9805aa472e23804843279cf50c931e218 100644
--- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
+++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
@@ -74,8 +74,8 @@ void DesktopNativeCursorManager::SetVisibility(
(*i)->OnCursorVisibilityChanged(visible);
}
-void DesktopNativeCursorManager::SetCursorSet(
- ui::CursorSetType cursor_set,
+void DesktopNativeCursorManager::SetCursorSize(
+ ui::CursorSize cursor_size,
wm::NativeCursorManagerDelegate* delegate) {
NOTIMPLEMENTED();
}
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_native_cursor_manager.h ('k') | ui/wm/core/cursor_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698