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

Unified Diff: components/exo/wm_helper_mus.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: components/exo/wm_helper_mus.cc
diff --git a/components/exo/wm_helper_mus.cc b/components/exo/wm_helper_mus.cc
index 99028b757fcf419c9d0363211f14066645ca9568..42cb7476fb109a69ac0b0ef0b5e865a42aef92f0 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::CursorSet WMHelperMus::GetCursorSet() const {
NOTIMPLEMENTED();
- return ui::CursorSetType::CURSOR_SET_NORMAL;
+ return ui::CursorSet::kNormal;
}
const display::Display& WMHelperMus::GetCursorDisplay() const {

Powered by Google App Engine
This is Rietveld 408576698