X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Fshell%2Fkeyboard_controller_proxy_stub.h;h=ce470a492fe088d28b50c5e60b3be29719ee319e;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=39ddaf6e3ed30534e85ca65877e01c96783c2ef9;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/shell/keyboard_controller_proxy_stub.h b/src/ash/shell/keyboard_controller_proxy_stub.h index 39ddaf6..ce470a4 100644 --- a/src/ash/shell/keyboard_controller_proxy_stub.h +++ b/src/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: