Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / base / ime / mock_input_method.cc
index 5ffc76f..fb1e6ba 100644 (file)
@@ -102,6 +102,10 @@ TextInputMode MockInputMethod::GetTextInputMode() const {
   return TEXT_INPUT_MODE_DEFAULT;
 }
 
+int MockInputMethod::GetTextInputFlags() const {
+  return 0;
+}
+
 bool MockInputMethod::CanComposeInline() const {
   return true;
 }