| Index: media/video/video_decode_accelerator.cc
|
| diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
|
| index bc37cca3c1584b3386cfcdcc923b0c056d4d3c46..873e847c5bab01ad5bad36bf69e7fc1896d9080a 100644
|
| --- a/media/video/video_decode_accelerator.cc
|
| +++ b/media/video/video_decode_accelerator.cc
|
| @@ -45,10 +45,8 @@ void VideoDecodeAccelerator::ImportBufferForPicture(
|
| NOTREACHED() << "Buffer import not supported.";
|
| }
|
|
|
| -void VideoDecodeAccelerator::SetSurface(
|
| - int32_t surface_id,
|
| - const base::Optional<base::UnguessableToken>& routing_token) {
|
| - NOTREACHED() << "Surfaces are not supported.";
|
| +void VideoDecodeAccelerator::SetOverlayInfo(const OverlayInfo& overlay_info) {
|
| + NOTREACHED() << "Overlays are not supported.";
|
| }
|
|
|
| GLenum VideoDecodeAccelerator::GetSurfaceInternalFormat() const {
|
|
|