Commit c331a5d1 authored by Ted Meyer's avatar Ted Meyer Committed by Andrii Shyshkalov

Clean up D3D11VideoDecoder experiment names

Cleaning up the field trial config here: cl/341906454

Change-Id: I8082c282de63c441e5c6c8e3875f365b1f295571
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535628Reviewed-by: default avatarWeilun Shi <sweilun@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827382}
parent d79b184f
...@@ -1996,18 +1996,17 @@ ...@@ -1996,18 +1996,17 @@
] ]
} }
], ],
"D3D11VideoDecoderStable": [ "D3D11VideoDecoder": [
{ {
"platforms": [ "platforms": [
"windows" "windows"
], ],
"experiments": [ "experiments": [
{ {
"name": "D3D11StableEnabledV2", "name": "Enabled",
"enable_features": [ "enable_features": [
"D3D11VideoDecoder", "D3D11VideoDecoder",
"D3D11VideoDecoderCopyPictures", "D3D11VideoDecoderCopyPictures"
"D3D11VideoDecoderLimitTo11_0"
] ]
} }
] ]
......
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