| Index: ash/aura/wm_shell_aura.h
|
| diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
|
| index 971d417352ea1a63c8a198e63674765e3bedef82..9b2e55155214ecca046744e9515d5ae873b4ffce 100644
|
| --- a/ash/aura/wm_shell_aura.h
|
| +++ b/ash/aura/wm_shell_aura.h
|
| @@ -32,6 +32,7 @@ class ASH_EXPORT WmShellAura : public WmShell,
|
|
|
| // WmShell:
|
| void Shutdown() override;
|
| + bool IsRunningInMash() const override;
|
| WmWindow* NewWindow(ui::wm::WindowType window_type,
|
| ui::LayerType layer_type) override;
|
| WmWindow* GetFocusedWindow() override;
|
|
|