| Index: content/browser/renderer_host/media/video_capture_host.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
|
| index caecb1ae228cec879abdd7b334289672108bb26a..0cbd5e618454f962d578524d72d03ca2c2f2bf5e 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -126,7 +126,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
| // referenced by |device_id|.
|
| void OnReceiveEmptyBuffer(int device_id,
|
| int buffer_id,
|
| - const std::vector<uint32>& sync_points);
|
| + const std::map<std::string, uint32>& sync_points);
|
|
|
| // IPC message: Get supported formats referenced by |capture_session_id|.
|
| // |device_id| is needed for message back-routing purposes.
|
|
|