| Index: media/video/video_decode_accelerator.cc
|
| diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
|
| index d1df0109a581cff4c2718d77e53479045538230d..3b13477b897ea428d38a681f08b434230150583b 100644
|
| --- a/media/video/video_decode_accelerator.cc
|
| +++ b/media/video/video_decode_accelerator.cc
|
| @@ -38,11 +38,13 @@ GLenum VideoDecodeAccelerator::GetSurfaceInternalFormat() const {
|
| }
|
|
|
| VideoDecodeAccelerator::SupportedProfile::SupportedProfile()
|
| - : profile(media::VIDEO_CODEC_PROFILE_UNKNOWN) {
|
| -}
|
| + : profile(media::VIDEO_CODEC_PROFILE_UNKNOWN) {}
|
|
|
| -VideoDecodeAccelerator::SupportedProfile::~SupportedProfile() {
|
| -}
|
| +VideoDecodeAccelerator::SupportedProfile::~SupportedProfile() {}
|
| +
|
| +VideoDecodeAccelerator::Capabilities::Capabilities() : flags(NO_FLAGS) {}
|
| +
|
| +VideoDecodeAccelerator::Capabilities::~Capabilities() {}
|
|
|
| } // namespace media
|
|
|
|
|