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

Unified Diff: ui/events/ozone/layout/no/no_keyboard_layout_engine.cc

Issue 1312833006: Remove ui::KeyEvent::platform_keycode_ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 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: ui/events/ozone/layout/no/no_keyboard_layout_engine.cc
diff --git a/ui/events/ozone/layout/no/no_keyboard_layout_engine.cc b/ui/events/ozone/layout/no/no_keyboard_layout_engine.cc
index aad89adf22defe1181d6e419ad2e3d639484c3ed..064b4da2fd21efe7a580bb024dca67a57b97c78d 100644
--- a/ui/events/ozone/layout/no/no_keyboard_layout_engine.cc
+++ b/ui/events/ozone/layout/no/no_keyboard_layout_engine.cc
@@ -26,8 +26,7 @@ bool NoKeyboardLayoutEngine::UsesAltGr() const {
bool NoKeyboardLayoutEngine::Lookup(DomCode dom_code,
int flags,
DomKey* dom_key,
- KeyboardCode* key_code,
- uint32* platform_keycode) const {
+ KeyboardCode* key_code) const {
return false;
}
« no previous file with comments | « ui/events/ozone/layout/no/no_keyboard_layout_engine.h ('k') | ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698