diff --git a/gfx/thebes/gfxWindowsPlatform.cpp b/gfx/thebes/gfxWindowsPlatform.cpp index e8b04770d37..3148bd48533 100644 --- a/gfx/thebes/gfxWindowsPlatform.cpp +++ b/gfx/thebes/gfxWindowsPlatform.cpp @@ -419,12 +419,7 @@ gfxWindowsPlatform::UpdateRenderMode() PRInt32 status; if (NS_SUCCEEDED(gfxInfo->GetFeatureStatus(nsIGfxInfo::FEATURE_DIRECT2D, &status))) { if (status != nsIGfxInfo::FEATURE_NO_INFO) { - d2dDisabled = true; - if (status == nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION || - status == nsIGfxInfo::FEATURE_BLOCKED_DEVICE) - { - d2dBlocked = true; - } + d2dBlocked = true; } } }