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

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

Issue 796003005: Located vs non-located ui::KeyboardCode functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comment (wez) Created 5 years, 11 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/keycodes/keyboard_code_conversion.cc ('k') | ui/events/ozone/layout/layout_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/layout/layout_util.h
diff --git a/ui/events/ozone/layout/layout_util.h b/ui/events/ozone/layout/layout_util.h
index 3523fc8dde9e7140b82c44967aa7b33a8b037e14..7eb8f77977ae6c6aad8eb62f8e087158f86cf672 100644
--- a/ui/events/ozone/layout/layout_util.h
+++ b/ui/events/ozone/layout/layout_util.h
@@ -30,14 +30,6 @@ EVENTS_OZONE_LAYOUT_EXPORT KeyboardCode DomCodeToKeyboardCode(DomCode dom_code);
EVENTS_OZONE_LAYOUT_EXPORT KeyboardCode
DomCodeToNonLocatedKeyboardCode(DomCode dom_code);
-// Determine the non-located VKEY corresponding to a located VKEY.
-EVENTS_OZONE_LAYOUT_EXPORT KeyboardCode
-NonLocatedKeyboardCode(KeyboardCode key_code);
-
-// Determine the located VKEY corresponding to a non-located VKEY.
-EVENTS_OZONE_LAYOUT_EXPORT KeyboardCode
-LocatedKeyboardCode(KeyboardCode key_code, DomCode dom_code);
-
// Returns true control character corresponding to a physical key.
// In some contexts this is used instead of the key layout.
EVENTS_OZONE_LAYOUT_EXPORT bool LookupControlCharacter(DomCode dom_code,
« no previous file with comments | « ui/events/keycodes/keyboard_code_conversion.cc ('k') | ui/events/ozone/layout/layout_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698