| Index: media/video/video_decode_accelerator.cc
|
| diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
|
| index b2b8a53137b959ef46a3232c2ba7bcdf6562be85..bc37cca3c1584b3386cfcdcc923b0c056d4d3c46 100644
|
| --- a/media/video/video_decode_accelerator.cc
|
| +++ b/media/video/video_decode_accelerator.cc
|
| @@ -45,7 +45,9 @@ void VideoDecodeAccelerator::ImportBufferForPicture(
|
| NOTREACHED() << "Buffer import not supported.";
|
| }
|
|
|
| -void VideoDecodeAccelerator::SetSurface(int32_t surface_id) {
|
| +void VideoDecodeAccelerator::SetSurface(
|
| + int32_t surface_id,
|
| + const base::Optional<base::UnguessableToken>& routing_token) {
|
| NOTREACHED() << "Surfaces are not supported.";
|
| }
|
|
|
|
|