зеркало из https://github.com/mozilla/gecko-dev.git
Fix bug 441360. r+sr=vlad
This commit is contained in:
Родитель
187c62ada6
Коммит
ca25fa69ba
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче