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

Unified Diff: tests/ppapi_test_lib/get_browser_interface.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/ppapi_gles_book/nacl.scons ('k') | tests/ppapi_test_lib/get_browser_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ppapi_test_lib/get_browser_interface.h
===================================================================
--- tests/ppapi_test_lib/get_browser_interface.h (revision 6482)
+++ tests/ppapi_test_lib/get_browser_interface.h (working copy)
@@ -21,6 +21,7 @@
struct PPB_FileSystem;
struct PPB_Font_Dev;
struct PPB_Graphics2D;
+struct PPB_Graphics3D_Dev;
struct PPB_ImageData;
struct PPB_InputEvent;
struct PPB_Instance;
@@ -28,6 +29,7 @@
struct PPB_Memory_Dev;
struct PPB_Messaging;
struct PPB_MouseInputEvent;
+struct PPB_OpenGLES2_Dev;
struct PPB_Surface3D_Dev;
struct PPB_Testing_Dev;
struct PPB_URLLoader;
@@ -72,7 +74,9 @@
const PPB_Context3D_Dev* PPBContext3DDev();
const PPB_CursorControl_Dev* PPBCursorControlDev();
const PPB_Font_Dev* PPBFontDev();
+const PPB_Graphics3D_Dev* PPBGraphics3DDev();
const PPB_Memory_Dev* PPBMemoryDev();
+const PPB_OpenGLES2_Dev* PPBOpenGLES2Dev();
const PPB_Scrollbar_Dev* PPBScrollbarDev();
const PPB_Surface3D_Dev* PPBSurface3DDev();
const PPB_Testing_Dev* PPBTestingDev();
« no previous file with comments | « tests/ppapi_gles_book/nacl.scons ('k') | tests/ppapi_test_lib/get_browser_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698