| Index: content/renderer/media/rtc_video_decoder.h
|
| diff --git a/content/renderer/media/rtc_video_decoder.h b/content/renderer/media/rtc_video_decoder.h
|
| index d1a04e5cd9b6af1dd8f1a24735f58a4333f18334..f1d50c4a9a07fc0248f92bfec6f454fa4836b57d 100644
|
| --- a/content/renderer/media/rtc_video_decoder.h
|
| +++ b/content/renderer/media/rtc_video_decoder.h
|
| @@ -152,7 +152,7 @@ class CONTENT_EXPORT RTCVideoDecoder
|
| const scoped_refptr<media::GpuVideoAcceleratorFactories>& factories,
|
| int64 picture_buffer_id,
|
| uint32 texture_id,
|
| - const std::vector<uint32>& release_sync_points);
|
| + const std::map<std::string, uint32>& release_sync_points);
|
| // Tells VDA that a picture buffer can be recycled.
|
| void ReusePictureBuffer(int64 picture_buffer_id);
|
|
|
|
|