Index: webrtc/video/video_receive_stream.h |
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h |
index 3c5a653c5ae8c3dfb98d32e3b3813759ae54b95e..d8a214aba8ef8cc35352582cee7fedef1aca07c7 100644 |
--- a/webrtc/video/video_receive_stream.h |
+++ b/webrtc/video/video_receive_stream.h |
@@ -34,7 +34,6 @@ class CongestionController; |
class IvfFileWriter; |
class ProcessThread; |
class RTPFragmentationHeader; |
-class VoiceEngine; |
class VieRemb; |
class VCMTiming; |
class VCMJitterEstimator; |
@@ -52,7 +51,6 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream, |
CongestionController* congestion_controller, |
PacketRouter* packet_router, |
VideoReceiveStream::Config config, |
- webrtc::VoiceEngine* voice_engine, |
ProcessThread* process_thread, |
CallStats* call_stats, |
VieRemb* remb); |
@@ -87,7 +85,7 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream, |
const Config& config() const { return config_; } |
- void SetSyncChannel(VoiceEngine* voice_engine, int audio_channel_id); |
+ void SetSync(Syncable* syncable); |
// Implements NackSender. |
void SendNack(const std::vector<uint16_t>& sequence_numbers) override; |