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

Unified Diff: Source/web/WebInputEvent.cpp

Issue 933323002: Add experimental Support for DOM3 KeyboardEvent key value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated global-interface-listing as test were failing due to addition of the key Created 5 years, 8 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: Source/web/WebInputEvent.cpp
diff --git a/Source/web/WebInputEvent.cpp b/Source/web/WebInputEvent.cpp
index 5ce23d29154d6f8d27a006e10415dffcd57a8712..dc2a0fe512f90f7d4aaa2fea1d2ea2f0c75d53d4 100644
--- a/Source/web/WebInputEvent.cpp
+++ b/Source/web/WebInputEvent.cpp
@@ -43,7 +43,7 @@ struct SameSizeAsWebInputEvent {
};
struct SameSizeAsWebKeyboardEvent : public SameSizeAsWebInputEvent {
- int keyboardData[13];
+ int keyboardData[14];
};
struct SameSizeAsWebMouseEvent : public SameSizeAsWebInputEvent {

Powered by Google App Engine
This is Rietveld 408576698