summaryrefslogtreecommitdiffstats
path: root/gpu/config/gpu_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/config/gpu_info.cc')
-rw-r--r--gpu/config/gpu_info.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/config/gpu_info.cc b/gpu/config/gpu_info.cc
index 4b442f3..58a871f 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();
}