| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index 920c553c28fcae8f89f49bf8c6fb7c57863a012a..975d849d053eb3280bba252c5c20c896f849ffe4 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -98,6 +98,10 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
|
| return always_on_top_controller_.get();
|
| }
|
|
|
| + keyboard::KeyboardController* keyboard_controller() {
|
| + return keyboard_controller_.get();
|
| + }
|
| +
|
| ScreenDimmer* screen_dimmer() { return screen_dimmer_.get(); }
|
|
|
| // Access the shelf associated with this root window controller,
|
|
|