| Index: third_party/WebKit/public/platform/WebInputEvent.h
|
| diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h
|
| index 362d189be0b596725767eeb0c8ac8df94f09a076..3ae6d732ce1318a14bb27a2c58a046a5509bb510 100644
|
| --- a/third_party/WebKit/public/platform/WebInputEvent.h
|
| +++ b/third_party/WebKit/public/platform/WebInputEvent.h
|
| @@ -234,6 +234,8 @@ class WebInputEvent {
|
| kBackButtonDown = 1 << 20,
|
| kForwardButtonDown = 1 << 21,
|
|
|
| + kSelectAll = 1 << 22,
|
| +
|
| // The set of non-stateful modifiers that specifically change the
|
| // interpretation of the key being pressed. For example; IsLeft,
|
| // IsRight, IsComposing don't change the meaning of the key
|
|
|