Bug 1073252. Fix bustage in part 4, in a CLOSED TREE

This commit is contained in:
Robert O'Callahan 2014-10-31 22:40:15 +13:00
parent 64a13c1d88
commit 784a439a5a

View File

@ -16,7 +16,7 @@ MacIOSurfaceTextureHostOGL::MacIOSurfaceTextureHostOGL(TextureFlags aFlags,
{
mSurface = MacIOSurface::LookupSurface(aDescriptor.surface(),
aDescriptor.scaleFactor(),
aDescriptor.hasAlpha());
!aDescriptor.isOpaque());
}
bool