Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 720313004: Add autocapitalize support to IME support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pass and use inputmode for auto-capitalization settings Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4a93c3b5973816193e54b191d67147913bbb4dbb..27396e61b8008e14cb21ed6740ba74972f9ac97d 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -213,6 +213,7 @@ class ContentViewCoreImpl : public ContentViewCore,
void UpdateImeAdapter(long native_ime_adapter,
int text_input_type,
+ int text_input_mode,
int text_input_flags,
const std::string& text,
int selection_start,
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | content/browser/renderer_host/ime_adapter_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698