| Index: gpu/config/gpu_info.cc
|
| diff --git a/gpu/config/gpu_info.cc b/gpu/config/gpu_info.cc
|
| index 4b442f303a0a65aa643b706b1a9596c116b0e685..58a871f765b817254b5239b203bedd07d267d9fd 100644
|
| --- a/gpu/config/gpu_info.cc
|
| +++ b/gpu/config/gpu_info.cc
|
| @@ -28,6 +28,7 @@ void EnumerateVideoDecodeAcceleratorSupportedProfile(
|
| enumerator->AddInt("maxResolutionHeight", profile.max_resolution.height());
|
| enumerator->AddInt("minResolutionWidth", profile.min_resolution.width());
|
| enumerator->AddInt("minResolutionHeight", profile.min_resolution.height());
|
| + enumerator->AddBool("encrypted_only", profile.encrypted_only);
|
| enumerator->EndVideoDecodeAcceleratorSupportedProfile();
|
| }
|
|
|
|
|