| 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,
|
|
|