Bug 900248. Reinstate some removed code and don't composite immediately after resetting the device. r=Bas

This commit is contained in:
Nicholas Cameron 2013-11-22 11:07:57 +13:00
parent 4e826ed7fd
commit e92709ffbc

View File

@ -484,6 +484,8 @@ CompositorD3D9::BeginFrame(const nsIntRegion& aInvalidRegion,
// to redraw everything so we can put that in our new textures and use
// them for compositing.
mParent->SendInvalidateAll();
CancelCompositing(aRenderBoundsOut);
return;
}
if (!mDeviceManager->VerifyReadyForRendering()) {