Index: ash/wm/window_util.h |
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
index 0066f5eebaa7b32a32a7962587b06993b44d50a7..2262ea6853f4854616ce9b8f311dfc0c874a1bbf 100644 |
--- a/ash/wm/window_util.h |
+++ b/ash/wm/window_util.h |
@@ -20,6 +20,7 @@ ASH_EXPORT void ActivateWindow(aura::Window* window); |
ASH_EXPORT void DeactivateWindow(aura::Window* window); |
ASH_EXPORT bool IsActiveWindow(aura::Window* window); |
ASH_EXPORT aura::Window* GetActiveWindow(); |
+ASH_EXPORT bool CanActivateWindowItself(aura::Window* window); |
// Retrieves the activatable window for |window|. If |window| is activatable, |
// this will just return it, otherwise it will climb the parent/transient parent |