Index: ash/wm/system_modal_container_layout_manager.h |
diff --git a/ash/wm/system_modal_container_layout_manager.h b/ash/wm/system_modal_container_layout_manager.h |
index e3a71d849566778688334c65e606c20a586289e1..f2aa51cb1da5d307306ba2a99e6ee6cc107607ca 100644 |
--- a/ash/wm/system_modal_container_layout_manager.h |
+++ b/ash/wm/system_modal_container_layout_manager.h |
@@ -57,6 +57,9 @@ class ASH_EXPORT SystemModalContainerLayoutManager |
// Overridden from SystemModalContainerEventFilterDelegate: |
virtual bool CanWindowReceiveEvents(aura::Window* window) OVERRIDE; |
+ // Is the |window| modal screen? |
+ static bool IsModalScreen(aura::Window* window); |
+ |
private: |
void AddModalWindow(aura::Window* window); |
void RemoveModalWindow(aura::Window* window); |