mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1232042 - Addendum: Add comment for mLayerManager check. r=jrmuizel
This commit is contained in:
parent
7599726722
commit
e83469ef7c
@ -875,6 +875,7 @@ CompositorParent::RecvFlushRendering()
|
||||
bool
|
||||
CompositorParent::RecvForcePresent()
|
||||
{
|
||||
// During the shutdown sequence mLayerManager may be null
|
||||
if (mLayerManager) {
|
||||
mLayerManager->ForcePresent();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user