This commit is contained in:
Mats Palmgren 2008-07-08 02:00:22 +02:00
Родитель 9dd9b5b3d5
Коммит cbcc318a6f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -42,7 +42,7 @@
gfxQuartzSurface::gfxQuartzSurface(const gfxSize& size, gfxImageFormat format, gfxQuartzSurface::gfxQuartzSurface(const gfxSize& size, gfxImageFormat format,
PRBool aForPrinting) PRBool aForPrinting)
: mSize(size), mForPrinting(aForPrinting) : mCGContext(NULL), mSize(size), mForPrinting(aForPrinting)
{ {
unsigned int width = (unsigned int) floor(size.width); unsigned int width = (unsigned int) floor(size.width);
unsigned int height = (unsigned int) floor(size.height); unsigned int height = (unsigned int) floor(size.height);