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

Unified Diff: src/shared/ppapi_proxy/browser_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 | « no previous file | src/shared/ppapi_proxy/browser_globals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/browser_globals.h
diff --git a/src/shared/ppapi_proxy/browser_globals.h b/src/shared/ppapi_proxy/browser_globals.h
index f7a0802679f9c96cefa4bc2184884e1e4b3123b2..440400a4c2ff77e8ca72132bb7f1f3569527d137 100644
--- a/src/shared/ppapi_proxy/browser_globals.h
+++ b/src/shared/ppapi_proxy/browser_globals.h
@@ -25,6 +25,7 @@
#include "native_client/src/third_party/ppapi/c/ppb_file_system.h"
#include "native_client/src/third_party/ppapi/c/ppb_graphics_2d.h"
#include "native_client/src/third_party/ppapi/c/ppb_image_data.h"
+#include "native_client/src/third_party/ppapi/c/ppb_input_event.h"
#include "native_client/src/third_party/ppapi/c/ppb_instance.h"
#include "native_client/src/third_party/ppapi/c/ppb_messaging.h"
#include "native_client/src/third_party/ppapi/c/ppb_url_loader.h"
@@ -96,8 +97,11 @@ const PPB_Font_Dev* PPBFontInterface();
const PPB_Graphics2D* PPBGraphics2DInterface();
const PPB_ImageData* PPBImageDataInterface();
const PPB_ImageDataTrusted* PPBImageDataTrustedInterface();
+const PPB_InputEvent* PPBInputEventInterface();
const PPB_Instance* PPBInstanceInterface();
+const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface();
const PPB_Memory_Dev* PPBMemoryInterface(); // shared
+const PPB_MouseInputEvent* PPBMouseInputEventInterface();
const PPB_Messaging* PPBMessagingInterface();
const PPB_PDF* PPBPDFInterface();
const PPB_Scrollbar_Dev* PPBScrollbarInterface();
@@ -107,6 +111,7 @@ const PPB_URLLoader* PPBURLLoaderInterface();
const PPB_URLRequestInfo* PPBURLRequestInfoInterface();
const PPB_URLResponseInfo* PPBURLResponseInfoInterface();
const PPB_Var* PPBVarInterface(); // shared
+const PPB_WheelInputEvent* PPBWheelInputEventInterface();
const PPB_Widget_Dev* PPBWidgetInterface();
const PPB_Zoom_Dev* PPBZoomInterface();
« no previous file with comments | « no previous file | src/shared/ppapi_proxy/browser_globals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698