Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index fd668916d8e573d01ad9db8856daece12afbb70a..2f3082a88b82d9fe04763dd68f2754d36b01c3a6 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -192,6 +192,9 @@ class ASH_EXPORT Shell { |
WindowCycleController* window_cycle_controller() { |
return window_cycle_controller_.get(); |
} |
+ internal::FocusCycler* focus_cycler() { |
+ return focus_cycler_.get(); |
+ } |
AudioController* audio_controller() const { |
return audio_controller_; |
} |