summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/video_capture_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/media/video_capture_impl.h')
-rw-r--r--content/renderer/media/video_capture_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h
index 66c393c..872bfd6 100644
--- a/content/renderer/media/video_capture_impl.h
+++ b/content/renderer/media/video_capture_impl.h
@@ -129,7 +129,7 @@ class CONTENT_EXPORT VideoCaptureImpl
// buffer.
void OnClientBufferFinished(int buffer_id,
const scoped_refptr<ClientBuffer>& buffer,
- scoped_ptr<gpu::MailboxHolder> mailbox_holder);
+ const std::vector<uint32>& release_sync_points);
void StopDevice();
void RestartCapture();