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

Unified Diff: ui/events/keycodes/dom_us_layout_data.h

Issue 929053004: [KeyboardEvent] Add embedder APIs to translate between Dom |key| enum and strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup of the dom_key.h Created 5 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: ui/events/keycodes/dom_us_layout_data.h
diff --git a/ui/events/keycodes/dom_us_layout_data.h b/ui/events/keycodes/dom_us_layout_data.h
index f520dc77728f04507e4cd25bf8fad8b728a3d476..243b2c5f943c7197e7a8673b8b716f8b3b6000c3 100644
--- a/ui/events/keycodes/dom_us_layout_data.h
+++ b/ui/events/keycodes/dom_us_layout_data.h
@@ -5,6 +5,8 @@
#ifndef UI_EVENTS_KEYCODES_DOM_US_LAYOUT_DATA_H_
#define UI_EVENTS_KEYCODES_DOM_US_LAYOUT_DATA_H_
+#include "ui/events/keycodes/keyboard_codes.h"
+
namespace ui {
// This table maps a DomCode to a printable character, assuming US layout.
« ui/events/keycodes/dom/dom_key_data.inc ('K') | « ui/events/keycodes/dom/dom_key_data.inc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698