Bug 1021265 - Fix bustage - no review on a CLOSED TREE

This commit is contained in:
Benoit Jacob 2014-11-04 14:47:15 -05:00
parent bbae2a8da1
commit ac0f0151ea

View File

@ -396,7 +396,7 @@ gfxWindowsPlatform::UpdateRenderMode()
if (isVistaOrHigher && !safeMode && tryD2D &&
device &&
device->GetFeatureLevel() >= D3D_FEATURE_LEVEL_10_0 &&
DoesD3D11DeviceSupportResourceSharing(device)) {
DoesD3D11DeviceWork(device)) {
VerifyD2DDevice(d2dForceEnabled);
if (mD2DDevice) {