mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1191457 - Revert SetDispAcquireFence() calling change r=nical
This commit is contained in:
parent
5bdae05bed
commit
226e6417ae
@ -759,11 +759,11 @@ LayerManagerComposite::Render()
|
||||
js::ProfileEntry::Category::GRAPHICS);
|
||||
|
||||
mCompositor->EndFrame();
|
||||
mCompositor->SetDispAcquireFence(mRoot); // Call after EndFrame()
|
||||
}
|
||||
|
||||
if (composer2D) {
|
||||
composer2D->Render(mCompositor->GetWidget());
|
||||
mCompositor->SetDispAcquireFence(mRoot);
|
||||
}
|
||||
|
||||
mCompositor->GetWidget()->PostRender(this);
|
||||
|
Loading…
Reference in New Issue
Block a user