Commit 098f2f40 authored by Khushal Sagar's avatar Khushal Sagar Committed by Commit Bot

viz: Add param for UsePreferredIntervalForVideo for fieldtrial testing.

A delay of 6 frames is to enforce 100ms of low frame rate before
toggling global composition rate to that value.

R=asvitkine@chromium.org

Bug: 976583
Change-Id: I618a9e659062da591e366de814b049f222317880
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242529
Auto-Submit: Khushal <khushalsagar@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778838}
parent daa03f4a
...@@ -7062,6 +7062,9 @@ ...@@ -7062,6 +7062,9 @@
"experiments": [ "experiments": [
{ {
"name": "Enabled", "name": "Enabled",
"params": {
"NumOfFramesToToggleInterval": "6"
},
"enable_features": [ "enable_features": [
"UsePreferredIntervalForVideo" "UsePreferredIntervalForVideo"
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment