Index: athena/screen/public/screen_manager.h |
diff --git a/athena/screen/public/screen_manager.h b/athena/screen/public/screen_manager.h |
index 622f0479242de2859ee2f3d52f2a9979aa9c7d78..09bd3af3b5843e3e004b7563ba1977e1040f2e73 100644 |
--- a/athena/screen/public/screen_manager.h |
+++ b/athena/screen/public/screen_manager.h |
@@ -34,6 +34,9 @@ class ATHENA_EXPORT ScreenManager { |
// True if the container can activate its child window. |
bool can_activate_children; |
+ |
+ // True if the container will grab all of input events. |
+ bool grab_inputs; |
}; |
// Creates, returns and deletes the singleton object of the ScreenManager |