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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc

Issue 9353013: Add GetUsbKeyCode dev interface for Pepper key events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo (byte -> bit) Created 8 years, 10 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: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
index b33400ce98b941a58e9ec9a9f02feaab60583349..8dd699ad7ea8c8a5f27cad7c5db53f4ee93ee4c2 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
@@ -75,6 +75,8 @@ InterfaceMapElement interface_map[] = {
{ PPB_INSTANCE_INTERFACE, PluginInstance::GetInterface(), true },
{ PPB_KEYBOARD_INPUT_EVENT_INTERFACE,
PluginInputEvent::GetKeyboardInterface(), true },
+ { PPB_KEYBOARD_INPUT_EVENT_DEV_INTERFACE,
+ PluginInputEvent::GetKeyboardInterface_Dev(), true },
{ PPB_MEMORY_DEV_INTERFACE, PluginMemory::GetInterface(), true },
{ PPB_MESSAGING_INTERFACE, PluginMessaging::GetInterface(), true },
{ PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0,

Powered by Google App Engine
This is Rietveld 408576698