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

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: More header updates to fix all presubmit problems. 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 c1314a0a8089c1eb1fc22f4e9cd7d8a47c2431dd..1643c4d4a9a934e741f180f82b73ea0d58fe37df 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
@@ -77,6 +77,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