зеркало из https://github.com/mozilla/pjs.git
Bug 551945: Fix a mistake in double pass from changeset 53a85c489708. r=jfkthame
This commit is contained in:
Родитель
7cbcdf1446
Коммит
820e04cdd7
|
@ -215,7 +215,7 @@ gfxWindowsNativeDrawing::IsDoublePass()
|
|||
nsRefPtr<gfxASurface> surf = mContext->CurrentSurface(&mDeviceOffset.x, &mDeviceOffset.y);
|
||||
if (!surf || surf->CairoStatus())
|
||||
return false;
|
||||
if (surf->GetType() != gfxASurface::SurfaceTypeWin32 ||
|
||||
if (surf->GetType() != gfxASurface::SurfaceTypeWin32 &&
|
||||
surf->GetType() != gfxASurface::SurfaceTypeWin32Printing) {
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче