| Index: media/video/video_decode_accelerator.cc
|
| diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
|
| index 4275d5fec83c744382fa20a99a2aebdd643162b8..f99787a6fd0dc532aa48a907f32d8d196dfb0c2a 100644
|
| --- a/media/video/video_decode_accelerator.cc
|
| +++ b/media/video/video_decode_accelerator.cc
|
| @@ -45,7 +45,7 @@ GLenum VideoDecodeAccelerator::GetSurfaceInternalFormat() const {
|
| }
|
|
|
| VideoDecodeAccelerator::SupportedProfile::SupportedProfile()
|
| - : profile(media::VIDEO_CODEC_PROFILE_UNKNOWN) {}
|
| + : profile(media::VIDEO_CODEC_PROFILE_UNKNOWN), encrypted_only(false) {}
|
|
|
| VideoDecodeAccelerator::SupportedProfile::~SupportedProfile() {}
|
|
|
|
|