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

Unified Diff: ui/gfx/gl/gl_bindings.h

Issue 10050005: Mac: define GLeglImageOES type. Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_bindings.h
===================================================================
--- ui/gfx/gl/gl_bindings.h (revision 131181)
+++ ui/gfx/gl/gl_bindings.h (working copy)
@@ -51,6 +51,8 @@
typedef struct osmesa_context *OSMesaContext;
typedef void (*OSMESAproc)();
+typedef void* GLeglImageOES;
+
#if !defined(OS_MACOSX)
// Forward declare EGL types.
@@ -64,7 +66,6 @@
typedef void *EGLSurface;
typedef void *EGLClientBuffer;
typedef void (*__eglMustCastToProperFunctionPointerType)(void);
-typedef void* GLeglImageOES;
#if defined(OS_WIN)
typedef HDC EGLNativeDisplayType;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698