Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: webrtc/modules/congestion_controller/transport_feedback_adapter.h

Issue 2710213003: Add thread-checking to TransportFeedbackAdapter (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/congestion_controller/transport_feedback_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/congestion_controller/transport_feedback_adapter.h
diff --git a/webrtc/modules/congestion_controller/transport_feedback_adapter.h b/webrtc/modules/congestion_controller/transport_feedback_adapter.h
index 704970611ce90b26e7b4378d1daf068b18108199..cc03cff0fbbefa0b6ca747a83217f1d348299bd9 100644
--- a/webrtc/modules/congestion_controller/transport_feedback_adapter.h
+++ b/webrtc/modules/congestion_controller/transport_feedback_adapter.h
@@ -73,6 +73,7 @@ class TransportFeedbackAdapter : public TransportFeedbackObserver,
int64_t last_timestamp_us_;
BitrateController* const bitrate_controller_;
std::vector<PacketInfo> last_packet_feedback_vector_;
+ rtc::ThreadChecker last_packet_feedback_vector_thread_checker_;
minyue-webrtc 2017/02/23 14:45:51 one cannot bind a thread checker to a data. Rathe
elad.alon_webrtc.org 2017/02/23 14:52:00 1. I'm introducing checkers now to all of the func
};
} // namespace webrtc
« no previous file with comments | « no previous file | webrtc/modules/congestion_controller/transport_feedback_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698