зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1452901 - Schedule generate frame r=nical
This commit is contained in:
Родитель
32fa162ac2
Коммит
35982d6737
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче