| 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 cc9b6557073a64455b72c36b3fbdbf2dd0267c69..fd732937435a72e1349c849e678717a1e234273f 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -58,12 +58,8 @@ class WmShellMus : public WmShell {
|
| WindowManager* window_manager() { return window_manager_; }
|
|
|
| // WmShell:
|
| - void Initialize(
|
| - const scoped_refptr<base::SequencedWorkerPool>& pool) override;
|
| void Shutdown() override;
|
| bool IsRunningInMash() const override;
|
| - WmWindow* NewWindow(ui::wm::WindowType window_type,
|
| - ui::LayerType layer_type) override;
|
| WmWindow* GetFocusedWindow() override;
|
| WmWindow* GetActiveWindow() override;
|
| WmWindow* GetCaptureWindow() override;
|
|
|