| Index: public/web/WebInputEvent.h
|
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
|
| index 74ad0b11100e3bb5eb641329501fd534e70b10a6..2d43127617b0ee56a8cd2b22154535e272d85dcf 100644
|
| --- a/public/web/WebInputEvent.h
|
| +++ b/public/web/WebInputEvent.h
|
| @@ -237,6 +237,9 @@ public:
|
| // doesn't hurt to have this one around.
|
| int nativeKeyCode;
|
|
|
| + // The enum code value of the key pressed as passed by the embedder.
|
| + int domCode;
|
| +
|
| // This identifies whether this event was tagged by the system as being
|
| // a "system key" event (see
|
| // http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx for
|
|
|