Bug 723738. Move comment. r=jmuizelaar.

This commit is contained in:
Rafael Ávila de Espíndola 2012-02-14 09:22:23 -05:00
Родитель 7abf4cdaf5
Коммит de6104b1ee
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
@ -67,6 +65,8 @@ public:
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);