Index: ash/root_window_controller.h |
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
index 45c2807af8801c166c0b81b2e0c9c301c848de44..444e938795be20f1e242f6030c4a24546fe80208 100644 |
--- a/ash/root_window_controller.h |
+++ b/ash/root_window_controller.h |
@@ -91,6 +91,10 @@ class ASH_EXPORT RootWindowController { |
TouchObserverHUD* touch_observer_hud() { return touch_observer_hud_; } |
+ keyboard::KeyboardController* keyboard_controller() { |
+ return keyboard_controller_.get(); |
+ } |
+ |
// Sets the touch HUD. The RootWindowController will not own this HUD; its |
// lifetime is managed by itself. |
void set_touch_observer_hud(TouchObserverHUD* hud) { |