зеркало из https://github.com/mozilla/gecko-dev.git
mac bustage fix
This commit is contained in:
Родитель
1f64321330
Коммит
af303fa5b3
|
@ -42,7 +42,7 @@
|
|||
gfxQuartzSurface::gfxQuartzSurface(const gfxSize& size, gfxImageFormat format)
|
||||
: mSize(size)
|
||||
{
|
||||
if (!CheckSurfaceSize(size))
|
||||
if (!CheckSurfaceSize(gfxIntSize((int)size.width, (int)size.height))
|
||||
return;
|
||||
|
||||
cairo_surface_t *surf = cairo_quartz_surface_create
|
||||
|
|
Загрузка…
Ссылка в новой задаче