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

Unified Diff: ppapi/shared_impl/ppb_opengles2_shared.h

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/shared_impl/ppb_opengles2_shared.h
===================================================================
--- ppapi/shared_impl/ppb_opengles2_shared.h (revision 135658)
+++ ppapi/shared_impl/ppb_opengles2_shared.h (working copy)
@@ -14,14 +14,14 @@
class PPAPI_SHARED_EXPORT PPB_OpenGLES2_Shared {
public:
static const PPB_OpenGLES2* GetInterface();
- static const PPB_OpenGLES2InstancedArrays_Dev* GetInstancedArraysInterface();
- static const PPB_OpenGLES2FramebufferBlit_Dev* GetFramebufferBlitInterface();
- static const PPB_OpenGLES2FramebufferMultisample_Dev*
+ static const PPB_OpenGLES2InstancedArrays* GetInstancedArraysInterface();
+ static const PPB_OpenGLES2FramebufferBlit* GetFramebufferBlitInterface();
+ static const PPB_OpenGLES2FramebufferMultisample*
GetFramebufferMultisampleInterface();
- static const PPB_OpenGLES2ChromiumEnableFeature_Dev*
+ static const PPB_OpenGLES2ChromiumEnableFeature*
GetChromiumEnableFeatureInterface();
- static const PPB_OpenGLES2ChromiumMapSub_Dev* GetChromiumMapSubInterface();
- static const PPB_OpenGLES2Query_Dev* GetQueryInterface();
+ static const PPB_OpenGLES2ChromiumMapSub* GetChromiumMapSubInterface();
+ static const PPB_OpenGLES2Query* GetQueryInterface();
};
} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698