| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index dd6e32fd8a08503427f8f961135ca238c470087c..97ae59aeb727148b48c0c8f0e26ccc7f98c1c899 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -329,6 +329,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void UpdateImeAdapter(long native_ime_adapter,
|
| int text_input_type,
|
| int text_input_flags,
|
| + int text_input_mode,
|
| const std::string& text,
|
| int selection_start,
|
| int selection_end,
|
|
|