Index: ash/aura/wm_shell_aura.h |
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h |
index 30b97847fb3b675148a561b5a6f77654f6988080..c0091428eb939c2ad05d77b02f04057687ccb5a9 100644 |
--- a/ash/aura/wm_shell_aura.h |
+++ b/ash/aura/wm_shell_aura.h |
@@ -39,6 +39,7 @@ class ASH_EXPORT WmShellAura : public WmShell, |
WmWindow* GetRootWindowForDisplayId(int64_t display_id) override; |
WmWindow* GetRootWindowForNewWindows() override; |
bool IsForceMaximizeOnFirstRun() override; |
+ bool IsPinned() override; |
bool CanShowWindowForUser(WmWindow* window) override; |
void LockCursor() override; |
void UnlockCursor() override; |