DescriptionChange VideoFrameReceiverOnIOThread to VideoFrameReceiverOnTaskRunner
Currently, VideoFrameReceiverOnIOThread uses hard coded content::
BrowserThread::PostTask(content::BrowserThread::IO, ... to post tasks.
This CL removes such hard coding to make VideoFrameReceiverOnIOThread
more generic by allowing it to post tasks to a SingleThreadTaskRunner.
BUG=674190
Review-Url: https://codereview.chromium.org/2795663002
Cr-Commit-Position: refs/heads/master@{#462186}
Committed: https://chromium.googlesource.com/chromium/src/+/d30d9afc9288d064df6fd9f12543ce5df8f351b5
Patch Set 1 #
Total comments: 12
Patch Set 2 : Addressed review comments #Patch Set 3 : Rebase #Messages
Total messages: 27 (15 generated)
|