summaryrefslogtreecommitdiffstats
path: root/ppapi/lib/gl/gles2/gl2ext_ppapi.h
diff options
context:
space:
mode:
authornfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 23:11:53 +0000
committernfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 23:11:53 +0000
commitd3a250fc8802f10bc22d9f04475867821fa45f57 (patch)
tree6bcdec51bd5fd7949882aa2f03da94f7a7def95a /ppapi/lib/gl/gles2/gl2ext_ppapi.h
parent5031ca3bb62745e1da95bffbf401db75df03115f (diff)
downloadchromium_src-d3a250fc8802f10bc22d9f04475867821fa45f57.zip
chromium_src-d3a250fc8802f10bc22d9f04475867821fa45f57.tar.gz
chromium_src-d3a250fc8802f10bc22d9f04475867821fa45f57.tar.bz2
Move PPAPI graphics3d and opengles interfaces out of Dev.
BUG= http://code.google.com/p/chromium/issues/detail?id=94320 TEST= various nacl exmaples, try bots Review URL: http://codereview.chromium.org/7737013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/lib/gl/gles2/gl2ext_ppapi.h')
-rw-r--r--ppapi/lib/gl/gles2/gl2ext_ppapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/lib/gl/gles2/gl2ext_ppapi.h b/ppapi/lib/gl/gles2/gl2ext_ppapi.h
index 97953ce..7c84397 100644
--- a/ppapi/lib/gl/gles2/gl2ext_ppapi.h
+++ b/ppapi/lib/gl/gles2/gl2ext_ppapi.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -11,7 +11,7 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/ppb.h"
-#include "ppapi/c/dev/ppb_opengles_dev.h"
+#include "ppapi/c/ppb_opengles.h"
#ifdef __cplusplus
extern "C" {
@@ -35,7 +35,7 @@ GL_APICALL void GL_APIENTRY glSetCurrentContextPPAPI(PP_Resource context);
GL_APICALL PP_Resource GL_APIENTRY glGetCurrentContextPPAPI();
// Returns OpenGL ES 2.0 interface.
-GL_APICALL const struct PPB_OpenGLES2_Dev* GL_APIENTRY glGetInterfacePPAPI();
+GL_APICALL const struct PPB_OpenGLES2* GL_APIENTRY glGetInterfacePPAPI();
#ifdef __cplusplus
}