| 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 872bfd6ac12b6fa56f229d947fecadf26c1610cc..2766da8fe8a0425e36b4d7050022f08928ed4fd0 100644
|
| --- a/content/renderer/media/video_capture_impl.h
|
| +++ b/content/renderer/media/video_capture_impl.h
|
| @@ -127,9 +127,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<std::string, uint32>& release_sync_points);
|
|
|
| void StopDevice();
|
| void RestartCapture();
|
|
|