Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / common / media / video_capture_messages.h
index abfc46c..c3970df 100644 (file)
@@ -92,7 +92,7 @@ IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Stop,
 IPC_MESSAGE_CONTROL3(VideoCaptureHostMsg_BufferReady,
                      int /* device_id */,
                      int /* buffer_id */,
-                     uint32 /* syncpoint */)
+                     std::vector<uint32> /* syncpoints */)
 
 // Get the formats supported by a device referenced by |capture_session_id|.
 IPC_MESSAGE_CONTROL2(VideoCaptureHostMsg_GetDeviceSupportedFormats,