Removing incorrect DCHECK - breaks android

Bug: webrtc:11489
Change-Id: Ied9ea3095ebe6e42b2be05902b23be306037abbb
NoTry: true
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174749
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31190}
This commit is contained in:
Tommi 2020-05-08 14:19:53 +02:00 committed by Commit Bot
parent 28da36a6ea
commit 804393b369

View File

@ -589,7 +589,6 @@ void ReceiveStatisticsProxy::UpdateDecodeTimeHistograms(
int width,
int height,
int decode_time_ms) const {
RTC_DCHECK_RUN_ON(&decode_queue_);
// TODO(bugs.webrtc.org/11489): Consider posting the work to the worker
// thread.