| Index: ash/aura/wm_shell_aura.h
|
| diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
|
| index 9e913c364a04179465bb72d74c64a1d90c16ad10..17ae02a6a1082d2241bb92c7520aa3938c373b5f 100644
|
| --- a/ash/aura/wm_shell_aura.h
|
| +++ b/ash/aura/wm_shell_aura.h
|
| @@ -33,6 +33,7 @@ class ASH_EXPORT WmShellAura : public WmShell,
|
| // WmShell:
|
| void Shutdown() override;
|
| bool IsRunningInMash() const override;
|
| + Config GetConfig() const override;
|
| WmWindow* GetFocusedWindow() override;
|
| WmWindow* GetActiveWindow() override;
|
| WmWindow* GetCaptureWindow() override;
|
|
|