| Index: public/web/WebInputEvent.h
|
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
|
| index 649e387a477f9eb4734c05c7f99d957e2f3a888f..c9e73c03e601bcf2e32b372c05ea2c2ca29eea13 100644
|
| --- a/public/web/WebInputEvent.h
|
| +++ b/public/web/WebInputEvent.h
|
| @@ -243,6 +243,10 @@ public:
|
| // doesn't hurt to have this one around.
|
| int nativeKeyCode;
|
|
|
| + // The DOM code enum of the key pressed as passed by the embedder. DOM
|
| + // code enum are defined in ui/events/keycodes/dom4/keycode_converter_data.h.
|
| + 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
|
|
|