Bug 1356537 - Revert device reset check in EndFrame; r=dvander

MozReview-Commit-ID: Ke1TUrdinns

--HG--
extra : rebase_source : a1c2068000375dd15ccfb70eef486e5c362cf6ad
This commit is contained in:
Kevin Chen 2017-04-14 18:26:15 +08:00
Родитель 6f8d99bd34
Коммит 9fcca83f99
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -1415,13 +1415,6 @@ CompositorD3D11::EndFrame()
return;
}
if (mDevice->GetDeviceRemovedReason() != S_OK) {
gfxCriticalNote << "GFX: D3D11 skip EndFrame with device-removed.";
Compositor::EndFrame();
mCurrentRT = nullptr;
return;
}
LayoutDeviceIntSize oldSize = mSize;
EnsureSize();
if (mSize.width <= 0 || mSize.height <= 0) {