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

Unified Diff: ppapi/shared_impl/opengles2_impl.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
« no previous file with comments | « ppapi/shared_impl/opengles2_impl.h ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/opengles2_impl.cc
===================================================================
--- ppapi/shared_impl/opengles2_impl.cc (revision 99860)
+++ ppapi/shared_impl/opengles2_impl.cc (working copy)
@@ -750,7 +750,7 @@
}
-const struct PPB_OpenGLES2 ppb_opengles2 = {
+const struct PPB_OpenGLES2_Dev ppb_opengles2 = {
&ActiveTexture,
&AttachShader,
&BindAttribLocation,
@@ -897,7 +897,7 @@
} // namespace
-const PPB_OpenGLES2* OpenGLES2Impl::GetInterface() {
+const PPB_OpenGLES2_Dev* OpenGLES2Impl::GetInterface() {
return &ppb_opengles2;
}
Property changes on: ppapi/shared_impl/opengles2_impl.cc
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « ppapi/shared_impl/opengles2_impl.h ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698