Backout 54d4d88b2f2f from Bug 1172014 which was causing Bug 1176548

This commit is contained in:
Jeff Muizelaar 2015-06-21 23:16:13 -04:00
parent a86aca7d21
commit b828e10921

View File

@ -360,6 +360,7 @@ TextureClient::CreateForDrawing(ISurfaceAllocator* aAllocator,
}
if (!texture && aFormat == SurfaceFormat::B8G8R8X8 &&
aAllocator->IsSameProcess() &&
aMoz2DBackend == gfx::BackendType::CAIRO) {
if (aAllocator->IsSameProcess()) {
texture = new TextureClientMemoryDIB(aAllocator, aFormat, aTextureFlags);