| Index: media/video/video_decode_accelerator.cc
|
| diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
|
| index 17ffa4b74a5d69144a494201ca24ae1e1f38a8a9..399607cd55f991b371146a8690657a086bce1bee 100644
|
| --- a/media/video/video_decode_accelerator.cc
|
| +++ b/media/video/video_decode_accelerator.cc
|
| @@ -45,6 +45,10 @@ void VideoDecodeAccelerator::ImportBufferForPicture(
|
| NOTREACHED() << "Buffer import not supported.";
|
| }
|
|
|
| +void VideoDecodeAccelerator::SetSurface(int32_t surface_id) {
|
| + NOTREACHED() << "Surfaces are not supported.";
|
| +}
|
| +
|
| GLenum VideoDecodeAccelerator::GetSurfaceInternalFormat() const {
|
| return GL_RGBA;
|
| }
|
|
|