Bug 1266444: It is OK for us not to have texture sharing. r=jrmuizel

MozReview-Commit-ID: KZ7KuvifUvs

--HG--
extra : rebase_source : e70685e29b97b86fac5c54e9949605863515c722
This commit is contained in:
Milan Sreckovic 2016-04-25 13:22:29 -04:00
Родитель b73944a73e
Коммит f64f176a16
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1799,7 +1799,7 @@ bool DoesD3D11TextureSharingWorkInternal(ID3D11Device *device, DXGI_FORMAT forma
// get a crash on Intel 8.5.10.[18xx-1994] drivers.
// We can work around this issue by doing UpdateSubresource.
if (!TryCreateTexture2D(device, &desc, nullptr, texture)) {
gfxCriticalError() << "DoesD3D11TextureSharingWork_TryCreateTextureFailure";
gfxCriticalNote << "DoesD3D11TextureSharingWork_TryCreateTextureFailure";
return false;
}