| OLD | NEW |
| 1 // Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 // Copyright (c) 2011 The Native Client Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ | 5 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ |
| 6 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ | 6 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ |
| 7 | 7 |
| 8 #include "native_client/src/third_party/ppapi/c/dev/ppb_context_3d_dev.h" | 8 #include "native_client/src/third_party/ppapi/c/dev/ppb_context_3d_dev.h" |
| 9 #include "native_client/src/third_party/ppapi/c/dev/ppb_context_3d_trusted_dev.h
" | 9 #include "native_client/src/third_party/ppapi/c/dev/ppb_context_3d_trusted_dev.h
" |
| 10 #include "native_client/src/third_party/ppapi/c/dev/ppb_cursor_control_dev.h" | 10 #include "native_client/src/third_party/ppapi/c/dev/ppb_cursor_control_dev.h" |
| 11 #include "native_client/src/third_party/ppapi/c/dev/ppb_find_dev.h" | 11 #include "native_client/src/third_party/ppapi/c/dev/ppb_find_dev.h" |
| 12 #include "native_client/src/third_party/ppapi/c/dev/ppb_font_dev.h" | 12 #include "native_client/src/third_party/ppapi/c/dev/ppb_font_dev.h" |
| 13 #include "native_client/src/third_party/ppapi/c/dev/ppb_memory_dev.h" | 13 #include "native_client/src/third_party/ppapi/c/dev/ppb_memory_dev.h" |
| 14 #include "native_client/src/third_party/ppapi/c/dev/ppb_scrollbar_dev.h" | 14 #include "native_client/src/third_party/ppapi/c/dev/ppb_scrollbar_dev.h" |
| 15 #include "native_client/src/third_party/ppapi/c/dev/ppb_testing_dev.h" | 15 #include "native_client/src/third_party/ppapi/c/dev/ppb_testing_dev.h" |
| 16 #include "native_client/src/third_party/ppapi/c/dev/ppb_surface_3d_dev.h" | 16 #include "native_client/src/third_party/ppapi/c/dev/ppb_surface_3d_dev.h" |
| 17 #include "native_client/src/third_party/ppapi/c/dev/ppb_var_deprecated.h" | 17 #include "native_client/src/third_party/ppapi/c/dev/ppb_var_deprecated.h" |
| 18 #include "native_client/src/third_party/ppapi/c/dev/ppb_widget_dev.h" | 18 #include "native_client/src/third_party/ppapi/c/dev/ppb_widget_dev.h" |
| 19 #include "native_client/src/third_party/ppapi/c/dev/ppb_zoom_dev.h" | 19 #include "native_client/src/third_party/ppapi/c/dev/ppb_zoom_dev.h" |
| 20 #include "native_client/src/third_party/ppapi/c/pp_instance.h" | 20 #include "native_client/src/third_party/ppapi/c/pp_instance.h" |
| 21 #include "native_client/src/third_party/ppapi/c/pp_module.h" | 21 #include "native_client/src/third_party/ppapi/c/pp_module.h" |
| 22 #include "native_client/src/third_party/ppapi/c/ppb.h" | 22 #include "native_client/src/third_party/ppapi/c/ppb.h" |
| 23 #include "native_client/src/third_party/ppapi/c/ppb_core.h" | 23 #include "native_client/src/third_party/ppapi/c/ppb_core.h" |
| 24 #include "native_client/src/third_party/ppapi/c/ppb_file_io.h" | 24 #include "native_client/src/third_party/ppapi/c/ppb_file_io.h" |
| 25 #include "native_client/src/third_party/ppapi/c/ppb_file_system.h" | 25 #include "native_client/src/third_party/ppapi/c/ppb_file_system.h" |
| 26 #include "native_client/src/third_party/ppapi/c/ppb_graphics_2d.h" | 26 #include "native_client/src/third_party/ppapi/c/ppb_graphics_2d.h" |
| 27 #include "native_client/src/third_party/ppapi/c/ppb_image_data.h" | 27 #include "native_client/src/third_party/ppapi/c/ppb_image_data.h" |
| 28 #include "native_client/src/third_party/ppapi/c/ppb_input_event.h" |
| 28 #include "native_client/src/third_party/ppapi/c/ppb_instance.h" | 29 #include "native_client/src/third_party/ppapi/c/ppb_instance.h" |
| 29 #include "native_client/src/third_party/ppapi/c/ppb_messaging.h" | 30 #include "native_client/src/third_party/ppapi/c/ppb_messaging.h" |
| 30 #include "native_client/src/third_party/ppapi/c/ppb_url_loader.h" | 31 #include "native_client/src/third_party/ppapi/c/ppb_url_loader.h" |
| 31 #include "native_client/src/third_party/ppapi/c/ppb_url_request_info.h" | 32 #include "native_client/src/third_party/ppapi/c/ppb_url_request_info.h" |
| 32 #include "native_client/src/third_party/ppapi/c/ppb_url_response_info.h" | 33 #include "native_client/src/third_party/ppapi/c/ppb_url_response_info.h" |
| 33 #include "native_client/src/third_party/ppapi/c/ppb_var.h" | 34 #include "native_client/src/third_party/ppapi/c/ppb_var.h" |
| 34 #include "native_client/src/third_party/ppapi/c/private/ppb_pdf.h" | 35 #include "native_client/src/third_party/ppapi/c/private/ppb_pdf.h" |
| 35 #include "native_client/src/third_party/ppapi/c/trusted/ppb_image_data_trusted.h
" | 36 #include "native_client/src/third_party/ppapi/c/trusted/ppb_image_data_trusted.h
" |
| 36 | 37 |
| 37 struct NaClSrpcRpc; | 38 struct NaClSrpcRpc; |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 const PPB_Context3DTrusted_Dev* PPBContext3DTrustedInterface(); | 90 const PPB_Context3DTrusted_Dev* PPBContext3DTrustedInterface(); |
| 90 const PPB_Core* PPBCoreInterface(); // shared | 91 const PPB_Core* PPBCoreInterface(); // shared |
| 91 const PPB_CursorControl_Dev* PPBCursorControlInterface(); | 92 const PPB_CursorControl_Dev* PPBCursorControlInterface(); |
| 92 const PPB_FileIO* PPBFileIOInterface(); | 93 const PPB_FileIO* PPBFileIOInterface(); |
| 93 const PPB_FileSystem* PPBFileSystemInterface(); | 94 const PPB_FileSystem* PPBFileSystemInterface(); |
| 94 const PPB_Find_Dev* PPBFindInterface(); | 95 const PPB_Find_Dev* PPBFindInterface(); |
| 95 const PPB_Font_Dev* PPBFontInterface(); | 96 const PPB_Font_Dev* PPBFontInterface(); |
| 96 const PPB_Graphics2D* PPBGraphics2DInterface(); | 97 const PPB_Graphics2D* PPBGraphics2DInterface(); |
| 97 const PPB_ImageData* PPBImageDataInterface(); | 98 const PPB_ImageData* PPBImageDataInterface(); |
| 98 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface(); | 99 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface(); |
| 100 const PPB_InputEvent* PPBInputEventInterface(); |
| 99 const PPB_Instance* PPBInstanceInterface(); | 101 const PPB_Instance* PPBInstanceInterface(); |
| 102 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface(); |
| 100 const PPB_Memory_Dev* PPBMemoryInterface(); // shared | 103 const PPB_Memory_Dev* PPBMemoryInterface(); // shared |
| 104 const PPB_MouseInputEvent* PPBMouseInputEventInterface(); |
| 101 const PPB_Messaging* PPBMessagingInterface(); | 105 const PPB_Messaging* PPBMessagingInterface(); |
| 102 const PPB_PDF* PPBPDFInterface(); | 106 const PPB_PDF* PPBPDFInterface(); |
| 103 const PPB_Scrollbar_Dev* PPBScrollbarInterface(); | 107 const PPB_Scrollbar_Dev* PPBScrollbarInterface(); |
| 104 const PPB_Surface3D_Dev* PPBSurface3DInterface(); | 108 const PPB_Surface3D_Dev* PPBSurface3DInterface(); |
| 105 const PPB_Testing_Dev* PPBTestingInterface(); | 109 const PPB_Testing_Dev* PPBTestingInterface(); |
| 106 const PPB_URLLoader* PPBURLLoaderInterface(); | 110 const PPB_URLLoader* PPBURLLoaderInterface(); |
| 107 const PPB_URLRequestInfo* PPBURLRequestInfoInterface(); | 111 const PPB_URLRequestInfo* PPBURLRequestInfoInterface(); |
| 108 const PPB_URLResponseInfo* PPBURLResponseInfoInterface(); | 112 const PPB_URLResponseInfo* PPBURLResponseInfoInterface(); |
| 109 const PPB_Var* PPBVarInterface(); // shared | 113 const PPB_Var* PPBVarInterface(); // shared |
| 114 const PPB_WheelInputEvent* PPBWheelInputEventInterface(); |
| 110 const PPB_Widget_Dev* PPBWidgetInterface(); | 115 const PPB_Widget_Dev* PPBWidgetInterface(); |
| 111 const PPB_Zoom_Dev* PPBZoomInterface(); | 116 const PPB_Zoom_Dev* PPBZoomInterface(); |
| 112 | 117 |
| 113 // PPAPI constants used in the proxy. | 118 // PPAPI constants used in the proxy. |
| 114 extern const PP_Resource kInvalidResourceId; | 119 extern const PP_Resource kInvalidResourceId; |
| 115 | 120 |
| 116 } // namespace ppapi_proxy | 121 } // namespace ppapi_proxy |
| 117 | 122 |
| 118 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ | 123 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ |
| OLD | NEW |