| Index: ash/shell/keyboard_controller_proxy_stub.h
|
| diff --git a/ash/shell/keyboard_controller_proxy_stub.h b/ash/shell/keyboard_controller_proxy_stub.h
|
| index 39ddaf6e3ed30534e85ca65877e01c96783c2ef9..ce470a492fe088d28b50c5e60b3be29719ee319e 100644
|
| --- a/ash/shell/keyboard_controller_proxy_stub.h
|
| +++ b/ash/shell/keyboard_controller_proxy_stub.h
|
| @@ -20,6 +20,7 @@ class KeyboardControllerProxyStub : public keyboard::KeyboardControllerProxy {
|
| KeyboardControllerProxyStub();
|
| virtual ~KeyboardControllerProxyStub();
|
|
|
| + virtual bool HasKeyboardWindow() const OVERRIDE;
|
| virtual aura::Window* GetKeyboardWindow() OVERRIDE;
|
|
|
| private:
|
|
|