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

Unified Diff: mojo/public/c/gpu/GLES2/gl2mojo.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: 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
« no previous file with comments | « mojo/public/c/gpu/GLES2/gl2extmojo.h ('k') | mojo/public/c/gpu/GLES2/gl2mojo_autogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gpu/GLES2/gl2mojo.h
diff --git a/gpu/GLES2/gl2chromium.h b/mojo/public/c/gpu/GLES2/gl2mojo.h
similarity index 79%
copy from gpu/GLES2/gl2chromium.h
copy to mojo/public/c/gpu/GLES2/gl2mojo.h
index 0dc648d66086d4bd5cc56b761320d5294a6c7c43..8b259ba3909ef4347bf4328167c8cb5010bf9b72 100644
--- a/gpu/GLES2/gl2chromium.h
+++ b/mojo/public/c/gpu/GLES2/gl2mojo.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This file contains Chromium-specific GLES2 declarations.
+// This file contains Mojo-specific GLES2 declarations.
-#ifndef GPU_GLES2_GL2CHROMIUM_H_
-#define GPU_GLES2_GL2CHROMIUM_H_
+#ifndef GPU_GLES2_GL2MOJO_H_
+#define GPU_GLES2_GL2MOJO_H_
#include <GLES2/gl2platform.h>
@@ -27,7 +27,6 @@
#endif
#endif
-#include <GLES2/gl2chromium_autogen.h>
-
-#endif // GPU_GLES2_GL2CHROMIUM_H_
+#include <GLES2/gl2mojo_autogen.h>
+#endif // GPU_GLES2_GL2MOJO_H_
« no previous file with comments | « mojo/public/c/gpu/GLES2/gl2extmojo.h ('k') | mojo/public/c/gpu/GLES2/gl2mojo_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698