Bug 1154703 - Fix typo in nvdxgiwrap filename. r=jrmuizel, a=lmandel

This commit is contained in:
David Major
2015-05-12 19:04:46 -04:00
parent 89cd6bba09
commit e3ec12e220

View File

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