Bug 1309200 - Backed out changeset 0447969a62c2 due to test failures. r=me

This commit is contained in:
Nicolas Silva 2017-03-24 15:22:36 +01:00
parent 0b29125389
commit 0f4ab75a96

View File

@ -213,7 +213,7 @@ VideoDecoderManagerParent::RecvReadback(const SurfaceDescriptorGPUVideo& aSD, Su
return IPC_OK();
}
RefPtr<DrawTarget> dt = Factory::CreateDrawTargetForData(gfxPlatform::GetPlatform()->GetSoftwareBackend(),
RefPtr<DrawTarget> dt = Factory::CreateDrawTargetForData(gfx::BackendType::CAIRO,
buffer.get<uint8_t>(), size,
ImageDataSerializer::ComputeRGBStride(format, size.width),
format);