summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h
index b470705..84f8d5d 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -261,6 +261,9 @@ class ASH_EXPORT Shell : aura::CursorDelegate {
internal::FocusCycler* focus_cycler() {
return focus_cycler_.get();
}
+ internal::MonitorController* monitor_controller() {
+ return monitor_controller_.get();
+ }
ShellDelegate* delegate() { return delegate_.get(); }
SystemTrayDelegate* tray_delegate() { return tray_delegate_.get(); }