aboutsummaryrefslogtreecommitdiff
path: root/video/video_receive_stream2.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/video_receive_stream2.h')
-rw-r--r--video/video_receive_stream2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/video_receive_stream2.h b/video/video_receive_stream2.h
index 8fd995084e..9557044277 100644
--- a/video/video_receive_stream2.h
+++ b/video/video_receive_stream2.h
@@ -39,7 +39,6 @@
namespace webrtc {
-class ProcessThread;
class RtpStreamReceiverInterface;
class RtpStreamReceiverControllerInterface;
class RtxReceiveStream;
@@ -96,7 +95,6 @@ class VideoReceiveStream2
int num_cpu_cores,
PacketRouter* packet_router,
VideoReceiveStream::Config config,
- ProcessThread* process_thread,
CallStats* call_stats,
Clock* clock,
VCMTiming* timing);
@@ -199,7 +197,6 @@ class VideoReceiveStream2
void UpdateHistograms();
RTC_NO_UNIQUE_ADDRESS SequenceChecker worker_sequence_checker_;
- RTC_NO_UNIQUE_ADDRESS SequenceChecker module_process_sequence_checker_;
// TODO(bugs.webrtc.org/11993): This checker conceptually represents
// operations that belong to the network thread. The Call class is currently
// moving towards handling network packets on the network thread and while