Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index cb4133f26b6150c3be25f20261eef52e3830c9cc..0ea8fd3bbbd35bcda5de63e2112f116c5af35b2e 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -248,6 +248,10 @@ class ASH_EXPORT Shell : aura::CursorDelegate { |
} |
#endif // !defined(OS_MACOSX) |
+ internal::ActivationController* activation_controller() { |
+ return activation_controller_.get(); |
+ } |
+ |
aura::shared::CompoundEventFilter* env_filter() { |
return env_filter_; |
} |