Index: mojo/services/window_manager/focus_rules.h |
diff --git a/mojo/services/window_manager/focus_rules.h b/mojo/services/window_manager/focus_rules.h |
index def0b96ed4cd540eeb38198ecb9d1feca04ac598..937876548125db407b825192fef8fe53174c2f1d 100644 |
--- a/mojo/services/window_manager/focus_rules.h |
+++ b/mojo/services/window_manager/focus_rules.h |
@@ -16,6 +16,9 @@ class FocusRules { |
public: |
virtual ~FocusRules() {} |
+ // Returns true if the children of |window| can be activated. |
+ virtual bool SupportsChildActivation(View* window) const = 0; |
+ |
// Returns true if |view| is a toplevel view. Whether or not a view |
// is considered toplevel is determined by a similar set of rules that |
// govern activation and focus. Not all toplevel views are activatable, |