| Index: public/web/WebTextInputType.h
|
| diff --git a/public/web/WebTextInputType.h b/public/web/WebTextInputType.h
|
| index 478ca213094b56e911902874f0f6d0c689b1e885..8bd37c04de3452813a4d2718470616d3cad3f421 100644
|
| --- a/public/web/WebTextInputType.h
|
| +++ b/public/web/WebTextInputType.h
|
| @@ -81,7 +81,11 @@ enum WebTextInputFlags {
|
| WebTextInputFlagAutocorrectOn = 1 << 2,
|
| WebTextInputFlagAutocorrectOff = 1 << 3,
|
| WebTextInputFlagSpellcheckOn = 1 << 4,
|
| - WebTextInputFlagSpellcheckOff = 1 << 5
|
| + WebTextInputFlagSpellcheckOff = 1 << 5,
|
| + WebTextInputFlagAutocapitalizeNone = 1 << 6,
|
| + WebTextInputFlagAutocapitalizeCharacters = 1 << 7,
|
| + WebTextInputFlagAutocapitalizeWords = 1 << 8,
|
| + WebTextInputFlagAutocapitalizeSentences = 1 << 9
|
| };
|
|
|
| } // namespace blink
|
|
|