| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index 8bdbdb29b839b4dda9b1e771c34755b89b04895b..60fd57f564a1488d08bc4a481d14b190d453fccb 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -102,6 +102,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,
|
|
|