| Index: public/web/WebTextInputType.h
|
| diff --git a/public/web/WebTextInputType.h b/public/web/WebTextInputType.h
|
| index b437f12153e485bfc38819be13781c6db3a5d690..06eec692a0e03ab13da73b467d8a80b89ec2a2c2 100644
|
| --- a/public/web/WebTextInputType.h
|
| +++ b/public/web/WebTextInputType.h
|
| @@ -78,7 +78,10 @@ enum WebTextInputFlags {
|
| WebTextInputFlagAutocorrectOn = 1 << 2,
|
| WebTextInputFlagAutocorrectOff = 1 << 3,
|
| WebTextInputFlagSpellcheckOn = 1 << 4,
|
| - WebTextInputFlagSpellcheckOff = 1 << 5
|
| + WebTextInputFlagSpellcheckOff = 1 << 5,
|
| + WebTextInputFlagWantEnterEvents = 1 << 6,
|
| + WebTextInputFlagHaveNextInput = 1 << 7,
|
| + WebTextInputFlagHavePreviousInput = 1 << 8,
|
| };
|
|
|
| } // namespace blink
|
|
|