| Index: content/renderer/media/video_capture_impl.h
|
| diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h
|
| index 160f0bf95c800264a9147eb1531aaebaf397faba..064c228d54b63aca19ae2dfa6b0e9f9e40696a9c 100644
|
| --- a/content/renderer/media/video_capture_impl.h
|
| +++ b/content/renderer/media/video_capture_impl.h
|
| @@ -128,9 +128,10 @@ class CONTENT_EXPORT VideoCaptureImpl
|
|
|
| // Sends an IPC message to browser process when all clients are done with the
|
| // buffer.
|
| - void OnClientBufferFinished(int buffer_id,
|
| - const scoped_refptr<ClientBuffer>& buffer,
|
| - const std::vector<uint32>& release_sync_points);
|
| + void OnClientBufferFinished(
|
| + int buffer_id,
|
| + const scoped_refptr<ClientBuffer>& buffer,
|
| + const std::map<uintptr_t, uint32>& release_sync_points);
|
|
|
| void StopDevice();
|
| void RestartCapture();
|
|
|