Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / keyboard / keyboard_controller_proxy.cc
index c0e463f..b27642c 100644 (file)
@@ -96,7 +96,6 @@ class KeyboardContentsDelegate : public content::WebContentsDelegate,
     proxy_->RequestAudioInput(web_contents, request, callback);
   }
 
-
   // Overridden from content::WebContentsObserver:
   virtual void WebContentsDestroyed(content::WebContents* contents) OVERRIDE {
     delete this;
@@ -161,6 +160,10 @@ aura::Window* KeyboardControllerProxy::GetKeyboardWindow() {
   return keyboard_contents_->GetView()->GetNativeView();
 }
 
+bool KeyboardControllerProxy::HasKeyboardWindow() const {
+  return keyboard_contents_;
+}
+
 void KeyboardControllerProxy::ShowKeyboardContainer(aura::Window* container) {
   GetKeyboardWindow()->Show();
   container->Show();
@@ -185,6 +188,9 @@ void KeyboardControllerProxy::SetUpdateInputType(ui::TextInputType type) {
   }
 }
 
+void KeyboardControllerProxy::EnsureCaretInWorkArea() {
+}
+
 void KeyboardControllerProxy::SetupWebContents(content::WebContents* contents) {
 }