Index: ui/views/corewm/window_modality_controller.h |
=================================================================== |
--- ui/views/corewm/window_modality_controller.h (revision 170971) |
+++ ui/views/corewm/window_modality_controller.h (working copy) |
@@ -26,6 +26,8 @@ |
// Returns the modal transient child of |window|, or NULL if |window| does not |
// have any modal transient children. |
VIEWS_EXPORT aura::Window* GetModalTransient(aura::Window* window); |
+// |activatable| must be activatable. |
+aura::Window* GetModalTransientForActivatableWindow(aura::Window* activatable); |
// WindowModalityController is an event filter that consumes events sent to |
// windows that are the transient parents of window-modal windows. This filter |