Backed out changeset f488d4345f75 (bug 1676852) on request by smaug

This commit is contained in:
Cristina Coroiu 2020-11-18 13:55:06 +02:00
Родитель e7f4c93e02
Коммит 760416ddb7
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -639,8 +639,6 @@ class VsyncRefreshDriverTimer : public RefreshDriverTimer {
NS_DispatchToCurrentThreadQueue(vsyncEvent.forget(), slowRate,
EventQueuePriority::Idle);
}
// Pretend that RefreshDriver did run on time.
mVsyncRefreshDriverTimer->mLastFireTime = TimeStamp::Now();
return;
}
}