зеркало из https://github.com/mozilla/gecko-dev.git
Backout 54d4d88b2f2f from Bug 1172014 which was causing Bug 1176548
This commit is contained in:
Родитель
5e4b47c68e
Коммит
ba3f7d7a8d
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче