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

Unified Diff: mojo/public/c/gpu/GLES2/gl2.h

Issue 1288583002: Add MGL entry points and port spinning_cube to use them (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix android build Created 5 years, 4 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: mojo/public/c/gpu/GLES2/gl2.h
diff --git a/third_party/khronos/GLES2/gl2.h b/mojo/public/c/gpu/GLES2/gl2.h
similarity index 99%
copy from third_party/khronos/GLES2/gl2.h
copy to mojo/public/c/gpu/GLES2/gl2.h
index 15602c676264a0316245e5d82449ebf1a18f592c..1bd43a94b54b8c6ee13970aaac841da1ac69e5e8 100644
--- a/third_party/khronos/GLES2/gl2.h
+++ b/mojo/public/c/gpu/GLES2/gl2.h
@@ -36,7 +36,7 @@ extern "C" {
** Khronos $Revision: 28366 $ on $Date: 2014-10-20 11:29:02 +0200 (Mon, 20 Oct 2014) $
*/
-#include <GLES2/gl2chromium.h>
+#include <GLES2/gl2mojo.h>
#include <GLES2/gl2platform.h>
/* Generated on date 20141020 */

Powered by Google App Engine
This is Rietveld 408576698