Bug 1232042 - Addendum: Add comment for mLayerManager check. r=jrmuizel

This commit is contained in:
Bas Schouten 2016-02-24 21:24:26 +00:00
parent 7599726722
commit e83469ef7c

View File

@ -875,6 +875,7 @@ CompositorParent::RecvFlushRendering()
bool
CompositorParent::RecvForcePresent()
{
// During the shutdown sequence mLayerManager may be null
if (mLayerManager) {
mLayerManager->ForcePresent();
}