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

Unified Diff: third_party/WebKit/public/platform/WebTextInputMode.h

Issue 2523753003: Add inputmode to android ImeAdapater. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebTextInputMode.h
diff --git a/third_party/WebKit/public/platform/WebTextInputMode.h b/third_party/WebKit/public/platform/WebTextInputMode.h
index df2ce503bd4ccb3fd2a0ac434a3dda2de79194b2..b35e67020874d7931c70859e913e0431551331ee 100644
--- a/third_party/WebKit/public/platform/WebTextInputMode.h
+++ b/third_party/WebKit/public/platform/WebTextInputMode.h
@@ -9,6 +9,8 @@ namespace blink {
// This mode corrensponds to inputmode
// https://html.spec.whatwg.org/#attr-fe-inputmode
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.blink_public.web
+// GENERATED_JAVA_PREFIX_TO_STRIP: WebTextInputMode
enum WebTextInputMode {
kWebTextInputModeDefault,
kWebTextInputModeVerbatim,
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698