| 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..1be242e538a4536fdd46a70f67ed151342a3a0de 100644
|
| --- a/content/renderer/media/video_capture_impl.h
|
| +++ b/content/renderer/media/video_capture_impl.h
|
| @@ -130,7 +130,7 @@ class CONTENT_EXPORT VideoCaptureImpl
|
| // buffer.
|
| void OnClientBufferFinished(int buffer_id,
|
| const scoped_refptr<ClientBuffer>& buffer,
|
| - const std::vector<uint32>& release_sync_points);
|
| + uint32 release_sync_point);
|
|
|
| void StopDevice();
|
| void RestartCapture();
|
|
|