aboutsummaryrefslogtreecommitdiff
path: root/video/video_send_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/video_send_stream.h')
-rw-r--r--video/video_send_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/video_send_stream.h b/video/video_send_stream.h
index a7763731b7..4174d2e5c6 100644
--- a/video/video_send_stream.h
+++ b/video/video_send_stream.h
@@ -13,6 +13,7 @@
#include <map>
#include <memory>
+#include <string>
#include <vector>
#include "api/fec_controller.h"
@@ -93,7 +94,7 @@ class VideoSendStream : public webrtc::VideoSendStream {
void StopPermanentlyAndGetRtpStates(RtpStateMap* rtp_state_map,
RtpPayloadStateMap* payload_state_map);
- void GenerateKeyFrame() override;
+ void GenerateKeyFrame(const std::vector<std::string>& rids) override;
private:
friend class test::VideoSendStreamPeer;