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

Unified Diff: components/exo/wm_helper_mus.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 | « components/exo/wm_helper_mus.h ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_mus.cc
diff --git a/components/exo/wm_helper_mus.cc b/components/exo/wm_helper_mus.cc
index 99028b757fcf419c9d0363211f14066645ca9568..2bf0338fda4b2f6ed03cd3e4aaf1f2961b3502dd 100644
--- a/components/exo/wm_helper_mus.cc
+++ b/components/exo/wm_helper_mus.cc
@@ -58,9 +58,9 @@ aura::Window* WMHelperMus::GetFocusedWindow() const {
return focused_window_;
}
-ui::CursorSetType WMHelperMus::GetCursorSet() const {
+ui::CursorSize WMHelperMus::GetCursorSize() const {
NOTIMPLEMENTED();
- return ui::CursorSetType::CURSOR_SET_NORMAL;
+ return ui::CursorSize::kNormal;
}
const display::Display& WMHelperMus::GetCursorDisplay() const {
« no previous file with comments | « components/exo/wm_helper_mus.h ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698