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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc

Issue 7782020: Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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
Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc (revision 99860)
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc (working copy)
@@ -9,7 +9,7 @@
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h"
#include "gpu/command_buffer/client/gles2_implementation.h"
-#include "ppapi/c/ppb_opengles.h"
+#include "ppapi/c/dev/ppb_opengles_dev.h"
using ppapi_proxy::PluginGraphics3D;
using ppapi_proxy::PluginResource;
@@ -632,8 +632,8 @@
} // namespace
-const PPB_OpenGLES2* PluginGraphics3D::GetOpenGLESInterface() {
- const static struct PPB_OpenGLES2 ppb_opengles = {
+const PPB_OpenGLES2_Dev* PluginGraphics3D::GetOpenGLESInterface() {
+ const static struct PPB_OpenGLES2_Dev ppb_opengles = {
&ActiveTexture,
&AttachShader,
&BindAttribLocation,
Property changes on: ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc
___________________________________________________________________
Added: svn:mergeinfo

Powered by Google App Engine
This is Rietveld 408576698