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

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

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 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/gl2mojo_autogen.h ('k') | mojo/public/c/gpu/GLES2/gl2platform.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_internal.h
diff --git a/mojo/public/c/gpu/GLES2/gl2mojo_internal.h b/mojo/public/c/gpu/GLES2/gl2mojo_internal.h
deleted file mode 100644
index 32bc3b1f09c933a91b1d1089b2ce735613c94098..0000000000000000000000000000000000000000
--- a/mojo/public/c/gpu/GLES2/gl2mojo_internal.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright (c) 2012 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.
-
-// This file contains Mojo-specific GLES2 declarations.
-
-#ifndef GPU_GLES2_GL2MOJO_INTERNAL_H_
-#define GPU_GLES2_GL2MOJO_INTERNAL_H_
-
-#include <GLES2/gl2platform.h>
-
-#define GL_CONTEXT_LOST 0x300E
-#define GL_PATH_MODELVIEW_CHROMIUM 0x1700
-#define GL_PATH_PROJECTION_CHROMIUM 0x1701
-#define GL_PATH_MODELVIEW_MATRIX_CHROMIUM 0x0BA6
-#define GL_PATH_PROJECTION_MATRIX_CHROMIUM 0x0BA7
-
-#define GLES2_GET_FUN(name) MojoGLES2gl##name
-
-#include <GLES2/gl2mojo_autogen.h>
-
-#endif // GPU_GLES2_GL2MOJO_INTERNAL_H_
« no previous file with comments | « mojo/public/c/gpu/GLES2/gl2mojo_autogen.h ('k') | mojo/public/c/gpu/GLES2/gl2platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698