Index: content/common/media/video_capture_messages.h |
diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h |
index 29350534caf564be9c8bef655b8713b2f030e07d..d89f775ea4935f2ecf2b1936f8b8fdab87cfafac 100644 |
--- a/content/common/media/video_capture_messages.h |
+++ b/content/common/media/video_capture_messages.h |
@@ -116,10 +116,11 @@ IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Stop, |
// Tell the browser process that the renderer has finished reading from |
// a buffer previously delivered by VideoCaptureMsg_BufferReady. |
-IPC_MESSAGE_CONTROL4(VideoCaptureHostMsg_BufferReady, |
+IPC_MESSAGE_CONTROL5(VideoCaptureHostMsg_BufferReady, |
int /* device_id */, |
int /* buffer_id */, |
uint32 /* syncpoint */, |
+ gpu::SyncToken /* sync_token */, |
double /* consumer_resource_utilization */) |
// Get the formats supported by a device referenced by |capture_session_id|. |