| Index: ash/aura/wm_shell_aura.h
|
| diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
|
| index 62f2d5b79743ea20e2a1fd7c3104c861c474965d..2bd08028023cb56c2400c4a4665fdd30d39b2e2e 100644
|
| --- a/ash/aura/wm_shell_aura.h
|
| +++ b/ash/aura/wm_shell_aura.h
|
| @@ -32,7 +32,8 @@ class ASH_EXPORT WmShellAura : public WmShell,
|
|
|
| // WmShell:
|
| void Shutdown() override;
|
| - WmWindow* NewContainerWindow() override;
|
| + WmWindow* NewWindow(ui::wm::WindowType window_type,
|
| + ui::LayerType layer_type) override;
|
| WmWindow* GetFocusedWindow() override;
|
| WmWindow* GetActiveWindow() override;
|
| WmWindow* GetCaptureWindow() override;
|
|
|