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

Unified Diff: third_party/WebKit/Source/web/tests/KeyboardTest.cpp

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
Index: third_party/WebKit/Source/web/tests/KeyboardTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/KeyboardTest.cpp b/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
index bf1877e073a13821662d4e37287b8809c4d4f470..f785f6e65e6995a75bc7ca5b15930ba1cd06b933 100644
--- a/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
+++ b/third_party/WebKit/Source/web/tests/KeyboardTest.cpp
@@ -68,7 +68,6 @@ public:
keyboardEvent->modifiers = modifiers;
keyboardEvent->type = WebInputEvent::KeyDown;
keyboardEvent->text[0] = keyCode;
- keyboardEvent->setKeyIdentifierFromWindowsKeyCode();
}
// Like interpretKeyEvent, but with pressing down OSModifier+|keyCode|.

Powered by Google App Engine
This is Rietveld 408576698