Chromium Code Reviews| Index: gpu/config/gpu_info.h |
| diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h |
| index 568bd46452e9c9480a7d4754e35e36169c313f32..6e9817af1aef70276d4e049b946edc56bc89c0a1 100644 |
| --- a/gpu/config/gpu_info.h |
| +++ b/gpu/config/gpu_info.h |
| @@ -60,6 +60,7 @@ struct GPU_EXPORT VideoDecodeAcceleratorSupportedProfile { |
| VideoCodecProfile profile; |
| gfx::Size max_resolution; |
| gfx::Size min_resolution; |
| + bool encrypted_only; |
| }; |
| using VideoDecodeAcceleratorSupportedProfiles = |