Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1464)

Unified Diff: public/web/WebInputEvent.h

Issue 663523002: Adding support for DOM3 KeyboardEvents Code in KeyboardEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated unittest to use different urls and destructor to register same url again Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
Rick Byers 2015/01/23 20:38:30 Please add a comment saying where exactly the enum
Rick Byers 2015/01/23 20:38:30 nit: maybe "DOM code enum value" just to be precis
Habib Virji 2015/01/26 11:32:35 Done.
Habib Virji 2015/01/26 11:32:35 Done.
+ 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

Powered by Google App Engine
This is Rietveld 408576698