| Index: media/video/video_decode_accelerator.cc
|
| diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
|
| index 21b1d0057e7371be028cd28c0852c62ccbdc12f2..6ffbda53b50a6f77b79b1a3139f7363494314326 100644
|
| --- a/media/video/video_decode_accelerator.cc
|
| +++ b/media/video/video_decode_accelerator.cc
|
| @@ -21,6 +21,13 @@ GLenum VideoDecodeAccelerator::GetSurfaceInternalFormat() const {
|
| return GL_RGBA;
|
| }
|
|
|
| +VideoDecodeAccelerator::SupportedProfile::SupportedProfile()
|
| + : profile(media::VIDEO_CODEC_PROFILE_UNKNOWN) {
|
| +}
|
| +
|
| +VideoDecodeAccelerator::SupportedProfile::~SupportedProfile() {
|
| +}
|
| +
|
| } // namespace media
|
|
|
| namespace base {
|
|
|