зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1356537 - Revert device reset check in EndFrame; r=dvander
MozReview-Commit-ID: Ke1TUrdinns --HG-- extra : rebase_source : a1c2068000375dd15ccfb70eef486e5c362cf6ad
This commit is contained in:
Родитель
6f8d99bd34
Коммит
9fcca83f99
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче