Bug 1524119 - Properly get VP9 benchmark value. r=bryce

And not the threshold which is always 150.

Differential Revision: https://phabricator.services.mozilla.com/D18159

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jean-Yves Avenard 2019-01-31 17:55:45 +00:00
Родитель dc35f3b972
Коммит a8cac91ece
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -67,7 +67,7 @@ uint32_t VP9Benchmark::MediaBenchmarkVp9Fps() {
if (!ShouldRun()) {
return 0;
}
return StaticPrefs::MediaBenchmarkVp9Threshold();
return StaticPrefs::MediaBenchmarkVp9Fps();
}
// static