| 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 29b2d23e2599fb8ccea88f4bf012e0f0cb1c6960..77fb73840a973698dfa877c54831be706de80231 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -110,6 +110,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:
|
|
|