| Index: ash/mus/bridge/wm_shell_mus.h
|
| diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
|
| index 5a7c072bad98cc2eda3d7e674d0a818152511a94..ed2d5bcb14e094c3d8326e5548cd3005cd53b780 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -113,6 +113,7 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
|
| bool IsTouchDown() override;
|
| #if defined(OS_CHROMEOS)
|
| void ToggleIgnoreExternalKeyboard() override;
|
| + void SetLaserPointerEnabled(bool enabled) override;
|
| #endif
|
|
|
| private:
|
|
|