Bug 727220 - Fix _CGLContextObject's forward declaration. r=jrmuizel.

This commit is contained in:
Rafael Ávila de Espíndola 2012-02-16 08:20:51 -05:00
parent 3dcaefdb54
commit 1bf8b5c3a9

View File

@ -44,7 +44,7 @@
#import <OpenGL/OpenGL.h>
class gfxASurface;
class _CGLContextObject;
struct _CGLContextObject;
typedef _CGLContextObject* CGLContextObj;
typedef uint32_t IOSurfaceID;