Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / base / ime / dummy_input_method.cc
index a12bbfc..700e793 100644 (file)
@@ -71,6 +71,10 @@ TextInputMode DummyInputMethod::GetTextInputMode() const {
   return TEXT_INPUT_MODE_DEFAULT;
 }
 
+int DummyInputMethod::GetTextInputFlags() const {
+  return 0;
+}
+
 bool DummyInputMethod::CanComposeInline() const {
   return true;
 }