Bug 603167 - Link layout fails with Undefined symbols mozilla::gl::GLContext::ReadPixelsIntoImageSurface; r=vladimir a=bustage

This commit is contained in:
Mats Palmgren 2010-10-11 14:06:08 -04:00
Родитель 746c8b7ebd
Коммит 1d68d54b40
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -645,7 +645,8 @@ public:
* Call ReadPixels into an existing gfxImageSurface for the given bounds.
* The image surface must be using image format RGBA32 or RGB24.
*/
void ReadPixelsIntoImageSurface(GLint aX, GLint aY, GLsizei aWidth, GLsizei aHeight,
void THEBES_API ReadPixelsIntoImageSurface(GLint aX, GLint aY,
GLsizei aWidth, GLsizei aHeight,
gfxImageSurface *aDest);
/**