| 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 {
|
|
|