Skip to content

Commit

Permalink
Bug 723738. Move comment. r=jmuizelaar.
Browse files Browse the repository at this point in the history
  • Loading branch information
cixtor committed Feb 14, 2012
1 parent 7abf4cd commit de6104b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gfx/thebes/nsIOSurface.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@

class gfxASurface;
class _CGLContextObject;
// We would like to forward declare NSOpenGLContext, but it is an @interface and this
// file is also used from c++.

typedef _CGLContextObject* CGLContextObj;
typedef uint32_t IOSurfaceID;
Expand All @@ -67,6 +65,8 @@ class THEBES_API nsIOSurface {
size_t GetBytesPerRow();
void Lock();
void Unlock();
// We would like to forward declare NSOpenGLContext, but it is an @interface
// and this file is also used from c++, so we use a void *.
CGLError CGLTexImageIOSurface2D(void *ctxt,
GLenum internalFormat, GLenum format,
GLenum type, GLuint plane);
Expand Down

0 comments on commit de6104b

Please sign in to comment.