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

Side by Side Diff: src/shared/ppapi_proxy/browser_globals.h

Issue 7631010: NaCl Proxy for graphics3d. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « SConstruct ('k') | src/shared/ppapi_proxy/browser_globals.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_graphics_3d_dev.h"
13 #include "native_client/src/third_party/ppapi/c/dev/ppb_graphics_3d_trusted_dev. h"
12 #include "native_client/src/third_party/ppapi/c/dev/ppb_font_dev.h" 14 #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" 15 #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" 16 #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" 17 #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" 18 #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" 19 #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" 20 #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" 21 #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" 22 #include "native_client/src/third_party/ppapi/c/pp_instance.h"
21 #include "native_client/src/third_party/ppapi/c/pp_module.h" 23 #include "native_client/src/third_party/ppapi/c/pp_module.h"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 const PPB_Context3D_Dev* PPBContext3DInterface(); 101 const PPB_Context3D_Dev* PPBContext3DInterface();
100 const PPB_Context3DTrusted_Dev* PPBContext3DTrustedInterface(); 102 const PPB_Context3DTrusted_Dev* PPBContext3DTrustedInterface();
101 const PPB_Core* PPBCoreInterface(); // shared 103 const PPB_Core* PPBCoreInterface(); // shared
102 const PPB_CursorControl_Dev* PPBCursorControlInterface(); 104 const PPB_CursorControl_Dev* PPBCursorControlInterface();
103 const PPB_FileIO* PPBFileIOInterface(); 105 const PPB_FileIO* PPBFileIOInterface();
104 const PPB_FileRef* PPBFileRefInterface(); 106 const PPB_FileRef* PPBFileRefInterface();
105 const PPB_FileSystem* PPBFileSystemInterface(); 107 const PPB_FileSystem* PPBFileSystemInterface();
106 const PPB_Find_Dev* PPBFindInterface(); 108 const PPB_Find_Dev* PPBFindInterface();
107 const PPB_Font_Dev* PPBFontInterface(); 109 const PPB_Font_Dev* PPBFontInterface();
108 const PPB_Graphics2D* PPBGraphics2DInterface(); 110 const PPB_Graphics2D* PPBGraphics2DInterface();
111 const PPB_Graphics3D_Dev* PPBGraphics3DInterface();
112 const PPB_Graphics3DTrusted_Dev* PPBGraphics3DTrustedInterface();
109 const PPB_ImageData* PPBImageDataInterface(); 113 const PPB_ImageData* PPBImageDataInterface();
110 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface(); 114 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface();
111 const PPB_InputEvent* PPBInputEventInterface(); 115 const PPB_InputEvent* PPBInputEventInterface();
112 const PPB_Instance* PPBInstanceInterface(); 116 const PPB_Instance* PPBInstanceInterface();
113 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface(); 117 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface();
114 const PPB_Memory_Dev* PPBMemoryInterface(); // shared 118 const PPB_Memory_Dev* PPBMemoryInterface(); // shared
115 const PPB_MouseInputEvent* PPBMouseInputEventInterface(); 119 const PPB_MouseInputEvent* PPBMouseInputEventInterface();
116 const PPB_Messaging* PPBMessagingInterface(); 120 const PPB_Messaging* PPBMessagingInterface();
117 const PPB_PDF* PPBPDFInterface(); 121 const PPB_PDF* PPBPDFInterface();
118 const PPB_Scrollbar_Dev* PPBScrollbarInterface(); 122 const PPB_Scrollbar_Dev* PPBScrollbarInterface();
119 const PPB_Surface3D_Dev* PPBSurface3DInterface(); 123 const PPB_Surface3D_Dev* PPBSurface3DInterface();
120 const PPB_Testing_Dev* PPBTestingInterface(); 124 const PPB_Testing_Dev* PPBTestingInterface();
121 const PPB_URLLoader* PPBURLLoaderInterface(); 125 const PPB_URLLoader* PPBURLLoaderInterface();
122 const PPB_URLRequestInfo* PPBURLRequestInfoInterface(); 126 const PPB_URLRequestInfo* PPBURLRequestInfoInterface();
123 const PPB_URLResponseInfo* PPBURLResponseInfoInterface(); 127 const PPB_URLResponseInfo* PPBURLResponseInfoInterface();
124 const PPB_Var* PPBVarInterface(); // shared 128 const PPB_Var* PPBVarInterface(); // shared
125 const PPB_WheelInputEvent* PPBWheelInputEventInterface(); 129 const PPB_WheelInputEvent* PPBWheelInputEventInterface();
126 const PPB_Widget_Dev* PPBWidgetInterface(); 130 const PPB_Widget_Dev* PPBWidgetInterface();
127 const PPB_Zoom_Dev* PPBZoomInterface(); 131 const PPB_Zoom_Dev* PPBZoomInterface();
128 132
129 // PPAPI constants used in the proxy. 133 // PPAPI constants used in the proxy.
130 extern const PP_Resource kInvalidResourceId; 134 extern const PP_Resource kInvalidResourceId;
131 135
132 } // namespace ppapi_proxy 136 } // namespace ppapi_proxy
133 137
134 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 138 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
OLDNEW
« no previous file with comments | « SConstruct ('k') | src/shared/ppapi_proxy/browser_globals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698