Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 13614653b4e875fb38fb8aeeb73aa800c9640cd5..c4cf1ccf3a2fd92297164540b14ba68acce744ce 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -252,6 +252,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_; |
} |