Bug 1452901 - Schedule generate frame r=nical

This commit is contained in:
sotaro 2018-04-11 11:34:25 +09:00
Родитель 32fa162ac2
Коммит 35982d6737
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -579,6 +579,9 @@ CompositorBridgeParent::RecvFlushRenderingAsync()
mozilla::ipc::IPCResult
CompositorBridgeParent::RecvForcePresent()
{
if (mWrBridge) {
mWrBridge->ScheduleGenerateFrame();
}
// During the shutdown sequence mLayerManager may be null
if (mLayerManager) {
mLayerManager->ForcePresent();