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

Unified Diff: ppapi/c/dev/ppb_opengles_dev.h

Issue 6062003: Added ppapi::Context3D interface. The API has already been reviewed. I am add... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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
Index: ppapi/c/dev/ppb_opengles_dev.h
===================================================================
--- ppapi/c/dev/ppb_opengles_dev.h (revision 69970)
+++ ppapi/c/dev/ppb_opengles_dev.h (working copy)
@@ -8,6 +8,8 @@
#ifndef PPAPI_C_DEV_PPB_OPENGLES_DEV_H_
#define PPAPI_C_DEV_PPB_OPENGLES_DEV_H_
+#include "ppapi/c/pp_resource.h"
+
#ifndef __gl2_h_
typedef unsigned int GLenum;
typedef void GLvoid;

Powered by Google App Engine
This is Rietveld 408576698