| Index: media/video/video_decode_accelerator.cc
|
| diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
|
| index 7449a2aec7f56c087b59183c1d8f70494a077a65..784e644749ddc7694997581cf2e9729488a9f294 100644
|
| --- a/media/video/video_decode_accelerator.cc
|
| +++ b/media/video/video_decode_accelerator.cc
|
| @@ -30,12 +30,15 @@ GLenum VideoDecodeAccelerator::GetSurfaceInternalFormat() const {
|
| }
|
|
|
| VideoDecodeAccelerator::SupportedProfile::SupportedProfile()
|
| - : profile(media::VIDEO_CODEC_PROFILE_UNKNOWN) {
|
| -}
|
| + : profile(media::VIDEO_CODEC_PROFILE_UNKNOWN) {}
|
|
|
| VideoDecodeAccelerator::SupportedProfile::~SupportedProfile() {
|
| }
|
|
|
| +VideoDecodeAccelerator::Capabilities::Capabilities() : flags(kNoFlags) {}
|
| +
|
| +VideoDecodeAccelerator::Capabilities::~Capabilities() {}
|
| +
|
| } // namespace media
|
|
|
| namespace std {
|
|
|