Index: webrtc/modules/video_coding/video_coding_impl.h |
diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h |
index 40bccf25308e3a39ee156de6d1fe34069ee5d2cd..6bafd5ab0fbe927fdb64ffc384d0e857a96bfa52 100644 |
--- a/webrtc/modules/video_coding/video_coding_impl.h |
+++ b/webrtc/modules/video_coding/video_coding_impl.h |
@@ -19,7 +19,7 @@ |
#include "webrtc/base/onetimeevent.h" |
#include "webrtc/base/thread_annotations.h" |
-#include "webrtc/base/sequenced_task_checker.h" |
+#include "webrtc/base/thread_checker.h" |
#include "webrtc/common_video/include/frame_callback.h" |
#include "webrtc/modules/video_coding/codec_database.h" |
#include "webrtc/modules/video_coding/frame_buffer.h" |
@@ -108,7 +108,8 @@ |
// Must be accessed on the construction thread of VideoSender. |
VideoCodec current_codec_; |
- rtc::SequencedTaskChecker sequenced_checker_; |
+ rtc::ThreadChecker main_thread_; |
+ |
rtc::CriticalSection params_crit_; |
EncoderParameters encoder_params_ GUARDED_BY(params_crit_); |