mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1309200 - Backed out changeset 0447969a62c2 due to test failures. r=me
This commit is contained in:
parent
0b29125389
commit
0f4ab75a96
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user