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