Bug 1154703: Fix typo in nvdxgiwrap filename. r=jrmuizel

This commit is contained in:
David Major 2015-05-12 19:04:46 -04:00
Родитель 8cac570831
Коммит b8d20648b2
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1890,8 +1890,8 @@ gfxWindowsPlatform::InitD3D11Devices()
if (NS_SUCCEEDED(gfxInfo->GetFeatureStatus(nsIGfxInfo::FEATURE_DIRECT3D_11_LAYERS, &status))) { if (NS_SUCCEEDED(gfxInfo->GetFeatureStatus(nsIGfxInfo::FEATURE_DIRECT3D_11_LAYERS, &status))) {
if (status != nsIGfxInfo::FEATURE_STATUS_OK) { if (status != nsIGfxInfo::FEATURE_STATUS_OK) {
// It seems like nvdxgiwrapper makes a mess of WARP. See bug 1154703 for more. // It seems like nvdxgiwrap makes a mess of WARP. See bug 1154703 for more.
if (gfxPrefs::LayersD3D11DisableWARP() || GetModuleHandleA("nvdxgiwrapper.dll")) { if (gfxPrefs::LayersD3D11DisableWARP() || GetModuleHandleA("nvdxgiwrap.dll")) {
return; return;
} }