Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / media / filters / gpu_video_decoder.h
index 961e25a..d46e178 100644 (file)
@@ -105,7 +105,8 @@ class MEDIA_EXPORT GpuVideoDecoder
       const scoped_refptr<VideoFrame>& frame);
 
   // Indicate the picture buffer can be reused by the decoder.
-  void ReusePictureBuffer(int64 picture_buffer_id, uint32 sync_point);
+  void ReusePictureBuffer(int64 picture_buffer_id,
+                          scoped_ptr<gpu::MailboxHolder> mailbox_holder);
 
   void RecordBufferData(
       const BitstreamBuffer& bitstream_buffer, const DecoderBuffer& buffer);