зеркало из https://github.com/mozilla/gecko-dev.git
Bug 723738. Move comment. r=jmuizelaar.
This commit is contained in:
Родитель
7abf4cdaf5
Коммит
de6104b1ee
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче