Switch to use SequencedTaskChecker instead of ThreadChecker where needed.

This cl is in preparation for https://codereview.webrtc.org/2060403002/ Add task queue to Call.
In the coming cl the video_sender, and i420_buffer_pool will be used on a task queue and therefore SequencedTaskChecker is needed instead of a ThreadChecker.

BUG=webrtc:5687

Review-Url: https://codereview.webrtc.org/2149553002
Cr-Commit-Position: refs/heads/master@{#13474}
This commit is contained in:
perkj
2016-07-14 01:32:01 -07:00
committed by Commit bot
parent d75de086fb
commit ec7cef854d
8 changed files with 16 additions and 13 deletions

View File

@ -14,6 +14,7 @@
'dependencies': [
'webrtc_h264',
'webrtc_i420',
'../base/base.gyp:rtc_task_queue',
'<(webrtc_root)/common_video/common_video.gyp:common_video',
'<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:video_coding_utility',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',