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

Unified Diff: webrtc/pc/mediamonitor.h

Issue 3012853002: Update thread annotiation macros to use RTC_ prefix (Closed)
Patch Set: Rebase Created 3 years, 3 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 | « webrtc/media/engine/webrtcvideoengine.h ('k') | webrtc/pc/videotrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/mediamonitor.h
diff --git a/webrtc/pc/mediamonitor.h b/webrtc/pc/mediamonitor.h
index 5f2a1e23b95bfb9b38c77a43b3328d9bb53b7e68..b4efefb01b78b01c7c996b512525dd83220db58e 100644
--- a/webrtc/pc/mediamonitor.h
+++ b/webrtc/pc/mediamonitor.h
@@ -61,7 +61,7 @@ class MediaMonitorT : public MediaMonitor {
media_info_.Clear();
media_channel_->GetStats(&media_info_);
}
- virtual void Update() EXCLUSIVE_LOCKS_REQUIRED(crit_) {
+ virtual void Update() RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_) {
MI stats(media_info_);
crit_.Leave();
SignalUpdate(media_channel_, stats);
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine.h ('k') | webrtc/pc/videotrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698