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

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

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