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

Unified Diff: third_party/khronos/GLES2/gl2ext.h

Issue 11782020: Refactor so chromium only GL extensions require gl2extchromium.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « gpu/command_buffer/tests/gl_texture_mailbox_unittests.cc ('k') | webkit/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/khronos/GLES2/gl2ext.h
diff --git a/third_party/khronos/GLES2/gl2ext.h b/third_party/khronos/GLES2/gl2ext.h
index 8594adc3ee1f9007982f93fbff77dd8ceddc95be..4b6ebd3461b7560a20cc4a05fbd65ddcda2808a7 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_ */
« no previous file with comments | « gpu/command_buffer/tests/gl_texture_mailbox_unittests.cc ('k') | webkit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698