зеркало из https://github.com/electron/electron.git
Call SetAuthoritativeVsyncInterval on the Compositor directly
This commit is contained in:
Родитель
099bbfbafb
Коммит
1a8916ed47
|
@ -1204,7 +1204,7 @@ void OffScreenRenderWidgetHostView::SetupFrameRate(bool force) {
|
|||
|
||||
frame_rate_threshold_us_ = 1000000 / frame_rate_;
|
||||
|
||||
GetCompositor()->vsync_manager()->SetAuthoritativeVSyncInterval(
|
||||
GetCompositor()->SetAuthoritativeVSyncInterval(
|
||||
base::TimeDelta::FromMicroseconds(frame_rate_threshold_us_));
|
||||
|
||||
if (copy_frame_generator_.get()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче