summaryrefslogtreecommitdiffstats
path: root/third_party/khronos
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 19:56:40 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 19:56:40 +0000
commitd5bf7ca12d258942349d25430c7ff2d1eb4a4e50 (patch)
treea527b43c86c971ad2f9d5f1df53dc6fbe8c2bd02 /third_party/khronos
parent4d7608f8e51963add407002e21615c72ab33b652 (diff)
downloadchromium_src-d5bf7ca12d258942349d25430c7ff2d1eb4a4e50.zip
chromium_src-d5bf7ca12d258942349d25430c7ff2d1eb4a4e50.tar.gz
chromium_src-d5bf7ca12d258942349d25430c7ff2d1eb4a4e50.tar.bz2
Refactor so chromium only GL extensions require gl2extchromium.h
This is a step toward making third_party/khronos/gl2.h and gl2ext.h have as few modifications as possible. BUG=none Review URL: https://chromiumcodereview.appspot.com/11782020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/khronos')
-rw-r--r--third_party/khronos/GLES2/gl2ext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/khronos/GLES2/gl2ext.h b/third_party/khronos/GLES2/gl2ext.h
index 8594adc..4b6ebd3 100644
--- a/third_party/khronos/GLES2/gl2ext.h
+++ b/third_party/khronos/GLES2/gl2ext.h
@@ -3,8 +3,6 @@
/* $Revision: 19436 $ on $Date:: 2012-10-10 10:37:04 -0700 #$ */
-#include <GLES2/gl2chromium.h>
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -1809,6 +1807,4 @@ typedef void (GL_APIENTRYP PFNGLENDTILINGQCOMPROC) (GLbitfield preserveMask);
}
#endif
-#include <GLES2/gl2extchromium.h>
-
#endif /* __gl2ext_h_ */