| 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 0387f00f8c7539033140d599075db1b7c61dc355..ae1b3890bf6b8befe3e05e8409460a21351c18d5 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -66,6 +66,8 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
|
| display::Display GetFirstDisplay() const override;
|
| bool IsInUnifiedMode() const override;
|
| bool IsForceMaximizeOnFirstRun() override;
|
| + void SetDisplayWorkAreaInsets(WmWindow* window,
|
| + const gfx::Insets& insets) override;
|
| bool IsPinned() override;
|
| void SetPinnedWindow(WmWindow* window) override;
|
| bool CanShowWindowForUser(WmWindow* window) override;
|
|
|