Index: ash/wm/window_util.h |
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
index 0066f5eebaa7b32a32a7962587b06993b44d50a7..c2c2818c8af4ef59c763959498ff23a90a02a072 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 CanActivateWindow(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 |