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

Unified Diff: mojo/converters/blink/blink_input_events_type_converters.cc

Issue 2120153003: Remove keyIdentifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_key_identifier_3a
Patch Set: Rebase Created 4 years, 5 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
« no previous file with comments | « mojo/converters/blink/OWNERS ('k') | third_party/WebKit/LayoutTests/fast/events/arrow-keys-on-body.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/blink/blink_input_events_type_converters.cc
diff --git a/mojo/converters/blink/blink_input_events_type_converters.cc b/mojo/converters/blink/blink_input_events_type_converters.cc
index b8764d09ca789c5d669b43d1944fc17533e100d1..1114a5f1d15c1ea10cb0780265e2131241715359 100644
--- a/mojo/converters/blink/blink_input_events_type_converters.cc
+++ b/mojo/converters/blink/blink_input_events_type_converters.cc
@@ -132,8 +132,6 @@ std::unique_ptr<blink::WebInputEvent> BuildWebKeyboardEvent(
ui::KeycodeConverter::DomCodeToNativeKeycode(event.code());
web_event->text[0] = event.GetText();
web_event->unmodifiedText[0] = event.GetUnmodifiedText();
-
- web_event->setKeyIdentifierFromWindowsKeyCode();
return std::move(web_event);
}
« no previous file with comments | « mojo/converters/blink/OWNERS ('k') | third_party/WebKit/LayoutTests/fast/events/arrow-keys-on-body.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698