| Index: components/exo/wm_helper_mus.cc
|
| diff --git a/components/exo/wm_helper_mus.cc b/components/exo/wm_helper_mus.cc
|
| index ace7fd150df84e14f2fe43bebca77b6ba58942ab..da017eff17a3027e6a17ea9b2ee19da00d71dd38 100644
|
| --- a/components/exo/wm_helper_mus.cc
|
| +++ b/components/exo/wm_helper_mus.cc
|
| @@ -95,6 +95,10 @@ void WMHelperMus::PlayEarcon(int sound_key) const {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void WMHelperMus::SetCursor(gfx::NativeCursor cursor) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void WMHelperMus::OnActiveFocusClientChanged(
|
| aura::client::FocusClient* focus_client,
|
| aura::Window* focus_client_root) {
|
|
|