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

Unified Diff: ui/events/ozone/layout/keyboard_layout_engine.h

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
« no previous file with comments | « ui/events/ozone/events_ozone.cc ('k') | ui/events/ozone/layout/no/no_keyboard_layout_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/layout/keyboard_layout_engine.h
diff --git a/ui/events/ozone/layout/keyboard_layout_engine.h b/ui/events/ozone/layout/keyboard_layout_engine.h
index 1e15dfab51eb925a0c1857a53d7e232b3407a247..20cf1d88f1ea69dfe1bd39f579ec076b8b60a316 100644
--- a/ui/events/ozone/layout/keyboard_layout_engine.h
+++ b/ui/events/ozone/layout/keyboard_layout_engine.h
@@ -61,13 +61,10 @@ class EVENTS_OZONE_LAYOUT_EXPORT KeyboardLayoutEngine {
// Returns false if it cannot determine the meaning (and cannot determine
// that there is none); in this case it does not set any of the output
// parameters.
- //
- // TODO(kpschoedel): remove the platform_keycode output. crbug.com/442757
virtual bool Lookup(DomCode dom_code,
int event_flags,
DomKey* dom_key,
- KeyboardCode* key_code,
- uint32* platform_keycode) const = 0;
+ KeyboardCode* key_code) const = 0;
};
} // namespace ui
« no previous file with comments | « ui/events/ozone/events_ozone.cc ('k') | ui/events/ozone/layout/no/no_keyboard_layout_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698