Chromium Code Reviews| 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..95082f324defb7d494a4de2c1349d9218d127e96 100644 |
| --- a/media/video/video_decode_accelerator.cc |
| +++ b/media/video/video_decode_accelerator.cc |
| @@ -45,9 +45,7 @@ void VideoDecodeAccelerator::ImportBufferForPicture( |
| NOTREACHED() << "Buffer import not supported."; |
| } |
| -void VideoDecodeAccelerator::SetSurface( |
| - int32_t surface_id, |
| - const base::Optional<base::UnguessableToken>& routing_token) { |
| +void VideoDecodeAccelerator::SetOverlayInfo(const OverlayInfo& overlay_info) { |
| NOTREACHED() << "Surfaces are not supported."; |
|
watk
2017/05/25 18:09:36
Overlays
liberato (no reviews please)
2017/05/25 21:26:56
Done.
|
| } |