зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1304342 - Remove gfxCriticalError when creating a d3d11 device fails since that can happen under regular usage. r=dvander
This commit is contained in:
Родитель
204ff6e189
Коммит
e0b520a9c4
|
@ -282,7 +282,6 @@ DeviceManagerDx::CreateCompositorDeviceHelper(
|
|||
|
||||
if (FAILED(hr) || !device) {
|
||||
if (!aAttemptVideoSupport) {
|
||||
gfxCriticalError() << "D3D11 device creation failed: " << hexa(hr);
|
||||
aD3d11.SetFailed(FeatureStatus::Failed, "Failed to acquire a D3D11 device",
|
||||
NS_LITERAL_CSTRING("FEATURE_FAILURE_D3D11_DEVICE2"));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче