Commit 2e758985 authored by Caitlin Fischer's avatar Caitlin Fischer Committed by Commit Bot

Clean up DirectCompositionUseNV12DecodeSwapChain feature.

Bug: 1126640, 869677
Change-Id: Ic8f8df88880febc088f0d57e94cb0eb6f3316a35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442890Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarSunny Sachanandani <sunnyps@chromium.org>
Commit-Queue: Caitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#819931}
parent 6132574d
......@@ -448,10 +448,7 @@ class PowerMeasurementIntegrationTest(gpu_integration_test.GpuIntegrationTest):
PowerMeasurementIntegrationTest._LogResults(results_sum)
def _RunTest_Video(self, test_path, params):
disabled_features = [
'D3D11VideoDecoder', 'DirectCompositionUseNV12DecodeSwapChain',
'DirectCompositionUnderlays'
]
disabled_features = ['D3D11VideoDecoder']
results_sum = {}
for iteration in range(params.repeat):
......
......@@ -2352,21 +2352,6 @@
]
}
],
"DirectCompositionUseNV12DecodeSwapChain": [
{
"platforms": [
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"DirectCompositionUseNV12DecodeSwapChain"
]
}
]
}
],
"DisableForceDeferInChildFrames": [
{
"platforms": [
......
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