Bug 1323407 - Remove assert on D3D11_COMPOSITING in CompositorD3D11::Initialize r=dvander

--HG--
extra : rebase_source : 6fd3b198dcdacb0ff678a3553192e963f4b079f4
This commit is contained in:
Ryan Hunt 2016-12-15 13:44:31 -06:00
Родитель 048ed91947
Коммит 8969290a7b
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -183,8 +183,6 @@ CompositorD3D11::Initialize(nsCString* const out_failureReason)
{
ScopedGfxFeatureReporter reporter("D3D11 Layers");
MOZ_ASSERT(gfxConfig::IsEnabled(Feature::D3D11_COMPOSITING));
HRESULT hr;
mDevice = DeviceManagerDx::Get()->GetCompositorDevice();