Loading gfx/layers/ipc/CompositorParent.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -875,6 +875,7 @@ CompositorParent::RecvFlushRendering() bool CompositorParent::RecvForcePresent() { // During the shutdown sequence mLayerManager may be null if (mLayerManager) { mLayerManager->ForcePresent(); } Loading Loading
gfx/layers/ipc/CompositorParent.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -875,6 +875,7 @@ CompositorParent::RecvFlushRendering() bool CompositorParent::RecvForcePresent() { // During the shutdown sequence mLayerManager may be null if (mLayerManager) { mLayerManager->ForcePresent(); } Loading