| 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 424a2e2bae5e3cc6acffed137a7e080f42215c77..3cf2118603fafb1a020cfa9db8c0970341472db9 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -52,6 +52,7 @@ class WmShellMus : public WmShell, public ::mus::WindowTreeClientObserver {
|
| WmWindow* GetPrimaryRootWindow() override;
|
| WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
|
| WmWindow* GetRootWindowForNewWindows() override;
|
| + const DisplayInfo& GetDisplayInfo(int64_t display_id) const override;
|
| bool IsForceMaximizeOnFirstRun() override;
|
| bool IsPinned() override;
|
| void SetPinnedWindow(WmWindow* window) override;
|
|
|