mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 0f81ceab808a (bug 774388)
This commit is contained in:
parent
9ff863720b
commit
beb2556581
@ -727,9 +727,7 @@ CompositorParent::ForceComposeToTarget(DrawTarget* aTarget, const nsIntRect* aRe
|
||||
bool
|
||||
CompositorParent::CanComposite()
|
||||
{
|
||||
return mLayerManager &&
|
||||
mLayerManager->GetRoot() &&
|
||||
!mPaused;
|
||||
return !(mPaused || !mLayerManager || !mLayerManager->GetRoot());
|
||||
}
|
||||
|
||||
// Go down the composite layer tree, setting properties to match their
|
||||
|
Loading…
Reference in New Issue
Block a user