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

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

Issue 10354004: Move gles2 extensions out of dev. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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_ppb.cc
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc (revision 135658)
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc (working copy)
@@ -98,22 +98,22 @@
PluginNetAddressPrivate::GetInterface1_1(), true },
{ PPB_OPENGLES2_INTERFACE_1_0, PluginGraphics3D::GetOpenGLESInterface(),
true },
- { PPB_OPENGLES2_INSTANCEDARRAYS_DEV_INTERFACE_1_0,
+ { PPB_OPENGLES2_INSTANCEDARRAYS_INTERFACE_1_0,
PluginGraphics3D::GetOpenGLESInstancedArraysInterface(),
true },
- { PPB_OPENGLES2_FRAMEBUFFERBLIT_DEV_INTERFACE_1_0,
+ { PPB_OPENGLES2_FRAMEBUFFERBLIT_INTERFACE_1_0,
PluginGraphics3D::GetOpenGLESFramebufferBlitInterface(),
true },
- { PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_DEV_INTERFACE_1_0,
+ { PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_INTERFACE_1_0,
PluginGraphics3D::GetOpenGLESFramebufferMultisampleInterface(),
true },
- { PPB_OPENGLES2_CHROMIUMENABLEFEATURE_DEV_INTERFACE_1_0,
+ { PPB_OPENGLES2_CHROMIUMENABLEFEATURE_INTERFACE_1_0,
PluginGraphics3D::GetOpenGLESChromiumEnableFeatureInterface(),
true },
- { PPB_OPENGLES2_CHROMIUMMAPSUB_DEV_INTERFACE_1_0,
+ { PPB_OPENGLES2_CHROMIUMMAPSUB_INTERFACE_1_0,
PluginGraphics3D::GetOpenGLESChromiumMapSubInterface(),
true },
- { PPB_OPENGLES2_QUERY_DEV_INTERFACE_1_0,
+ { PPB_OPENGLES2_QUERY_INTERFACE_1_0,
PluginGraphics3D::GetOpenGLESQueryInterface(),
true },
{ PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true },

Powered by Google App Engine
This is Rietveld 408576698