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 b0f967ab54641f4edc6d367e73222c5ec029d32b..fe7d9aed504e213d29f049197badada51292df65 100644 |
--- a/content/renderer/media/rtc_video_decoder.h |
+++ b/content/renderer/media/rtc_video_decoder.h |
@@ -156,7 +156,8 @@ class CONTENT_EXPORT RTCVideoDecoder |
void ResetInternal(); |
// Tells VDA that a picture buffer can be recycled. |
- void ReusePictureBuffer(int64 picture_buffer_id, uint32 sync_point); |
+ void ReusePictureBuffer(int64 picture_buffer_id, |
+ scoped_ptr<gpu::MailboxHolder> mailbox_holder); |
void DestroyTextures(); |
void DestroyVDA(); |