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

Unified Diff: webkit/glue/webinputevent_win.cc

Issue 40065: RenderWidgetHost now stores both the WebKeyboardEvent and the native (Closed)
Patch Set: Redesign Created 11 years, 10 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: webkit/glue/webinputevent_win.cc
diff --git a/webkit/glue/webinputevent_win.cc b/webkit/glue/webinputevent_win.cc
index 3588154b98df21f0df37c051b21d70002380877f..1caefbeeb983bfc9aba909860c03d26e3ecfdd54 100644
--- a/webkit/glue/webinputevent_win.cc
+++ b/webkit/glue/webinputevent_win.cc
@@ -304,11 +304,6 @@ WebKeyboardEvent::WebKeyboardEvent(HWND hwnd, UINT message, WPARAM wparam,
LPARAM lparam) {
system_key = false;
- actual_message.hwnd = hwnd;
- actual_message.message = message;
- actual_message.wParam = wparam;
- actual_message.lParam = lparam;
-
windows_key_code = native_key_code = static_cast<int>(wparam);
switch (message) {
« chrome/common/native_web_keyboard_event_win.cc ('K') | « webkit/glue/webinputevent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698