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

Unified Diff: src/shared/ppapi_proxy/plugin_globals.h

Issue 7395005: Proxy PPB_Input_Event, PPP_Input_Event, and associated IFs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: copyright headers Created 9 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
« no previous file with comments | « src/shared/ppapi_proxy/nacl.scons ('k') | src/shared/ppapi_proxy/plugin_globals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/plugin_globals.h
diff --git a/src/shared/ppapi_proxy/plugin_globals.h b/src/shared/ppapi_proxy/plugin_globals.h
index 8f00e4c2a1b99b104d939ba4cc8ff356b25f64c1..ea05d61ae053a30cdb07f905ed016af5e82f6187 100644
--- a/src/shared/ppapi_proxy/plugin_globals.h
+++ b/src/shared/ppapi_proxy/plugin_globals.h
@@ -12,6 +12,7 @@
#include "native_client/src/third_party/ppapi/c/ppb.h"
#include "native_client/src/third_party/ppapi/c/ppb_core.h"
#include "native_client/src/third_party/ppapi/c/ppb_var.h"
+#include "native_client/src/third_party/ppapi/c/ppp_input_event.h"
#include "native_client/src/third_party/ppapi/c/ppp_messaging.h"
struct NaClSrpcChannel;
@@ -44,6 +45,7 @@ const void* GetBrowserInterfaceSafe(const char* interface_name);
const PPB_Core* PPBCoreInterface(); // shared
const PPB_Memory_Dev* PPBMemoryInterface(); // shared
const PPB_Var* PPBVarInterface(); // shared
+const PPP_InputEvent* PPPInputEventInterface();
const PPP_Messaging* PPPMessagingInterface();
// Get thread creation/join functions.
« no previous file with comments | « src/shared/ppapi_proxy/nacl.scons ('k') | src/shared/ppapi_proxy/plugin_globals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698