diff options
author | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 21:56:35 +0000 |
---|---|---|
committer | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 21:56:35 +0000 |
commit | 2c39338321bfcd99727813c9ae55f8ad4927b5df (patch) | |
tree | 1eea41b63b3287bf2fc47f895e9609d72b25b692 /ppapi/shared_impl/ppb_opengles2_shared.h | |
parent | 7cc0d975aa61af7374044c7d8ae489a54915c15d (diff) | |
download | chromium_src-2c39338321bfcd99727813c9ae55f8ad4927b5df.zip chromium_src-2c39338321bfcd99727813c9ae55f8ad4927b5df.tar.gz chromium_src-2c39338321bfcd99727813c9ae55f8ad4927b5df.tar.bz2 |
Move gles2 extensions out of dev.
BUG=none
TEST=simple usage test in nacl
Review URL: https://chromiumcodereview.appspot.com/10354004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/ppb_opengles2_shared.h')
-rw-r--r-- | ppapi/shared_impl/ppb_opengles2_shared.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ppapi/shared_impl/ppb_opengles2_shared.h b/ppapi/shared_impl/ppb_opengles2_shared.h index 8f037b7..8e25dfa 100644 --- a/ppapi/shared_impl/ppb_opengles2_shared.h +++ b/ppapi/shared_impl/ppb_opengles2_shared.h @@ -14,14 +14,14 @@ namespace ppapi { 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 |