Merge m-c to inbound. a=merge

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2015-07-16 12:45:32 -04:00
commit c5f205c7ca

4
gfx/thebes/gfxWindowsPlatform.cpp Normal file → Executable file
View File

@ -2109,6 +2109,10 @@ gfxWindowsPlatform::InitD3D11Devices()
}
}
if (!mD3D11Device) {
return;
}
mD3D11Device->SetExceptionMode(0);
// We create our device for D2D content drawing here. Normally we don't use