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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « SConstruct ('k') | 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
===================================================================
--- src/shared/ppapi_proxy/browser_globals.h (revision 6482)
+++ src/shared/ppapi_proxy/browser_globals.h (working copy)
@@ -9,6 +9,8 @@
#include "native_client/src/third_party/ppapi/c/dev/ppb_context_3d_trusted_dev.h"
#include "native_client/src/third_party/ppapi/c/dev/ppb_cursor_control_dev.h"
#include "native_client/src/third_party/ppapi/c/dev/ppb_find_dev.h"
+#include "native_client/src/third_party/ppapi/c/dev/ppb_graphics_3d_dev.h"
+#include "native_client/src/third_party/ppapi/c/dev/ppb_graphics_3d_trusted_dev.h"
#include "native_client/src/third_party/ppapi/c/dev/ppb_font_dev.h"
#include "native_client/src/third_party/ppapi/c/dev/ppb_memory_dev.h"
#include "native_client/src/third_party/ppapi/c/dev/ppb_scrollbar_dev.h"
@@ -106,6 +108,8 @@
const PPB_Find_Dev* PPBFindInterface();
const PPB_Font_Dev* PPBFontInterface();
const PPB_Graphics2D* PPBGraphics2DInterface();
+const PPB_Graphics3D_Dev* PPBGraphics3DInterface();
+const PPB_Graphics3DTrusted_Dev* PPBGraphics3DTrustedInterface();
const PPB_ImageData* PPBImageDataInterface();
const PPB_ImageDataTrusted* PPBImageDataTrustedInterface();
const PPB_InputEvent* PPBInputEventInterface();
« 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