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

Side by Side Diff: mojo/public/c/gpu/GLES2/gl2platform.h

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 #ifndef __gl2platform_h_ 1 #ifndef __gl2platform_h_
2 #define __gl2platform_h_ 2 #define __gl2platform_h_
3 3
4 /* $Revision: 23328 $ on $Date:: 2013-10-02 02:28:28 -0700 #$ */ 4 /* $Revision: 23328 $ on $Date:: 2013-10-02 02:28:28 -0700 #$ */
5 5
6 /* 6 /*
7 * This document is licensed under the SGI Free Software B License Version 7 * This document is licensed under the SGI Free Software B License Version
8 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . 8 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
9 */ 9 */
10 10
(...skipping 10 matching lines...) Expand all
21 21
22 #ifndef GL_APICALL 22 #ifndef GL_APICALL
23 #define GL_APICALL KHRONOS_APICALL 23 #define GL_APICALL KHRONOS_APICALL
24 #endif 24 #endif
25 25
26 #ifndef GL_APIENTRY 26 #ifndef GL_APIENTRY
27 #define GL_APIENTRY KHRONOS_APIENTRY 27 #define GL_APIENTRY KHRONOS_APIENTRY
28 #endif 28 #endif
29 29
30 #endif /* __gl2platform_h_ */ 30 #endif /* __gl2platform_h_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698