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

Unified Diff: webrtc/video/video_stream_decoder.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/video/video_send_stream_tests.cc ('k') | webrtc/video/video_stream_encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_stream_decoder.h
diff --git a/webrtc/video/video_stream_decoder.h b/webrtc/video/video_stream_decoder.h
index 6ea722c202d6c44ee9bc84dc3999e35d1cb4f9ca..88cff97364d8c43b3e4bd5fa51607b4a271b6848 100644
--- a/webrtc/video/video_stream_decoder.h
+++ b/webrtc/video/video_stream_decoder.h
@@ -97,7 +97,7 @@ class VideoStreamDecoder : public VCMReceiveCallback,
ReceiveStatisticsProxy* const receive_stats_callback_;
rtc::VideoSinkInterface<VideoFrame>* const incoming_video_stream_;
- int64_t last_rtt_ms_ GUARDED_BY(crit_);
+ int64_t last_rtt_ms_ RTC_GUARDED_BY(crit_);
};
} // namespace webrtc
« no previous file with comments | « webrtc/video/video_send_stream_tests.cc ('k') | webrtc/video/video_stream_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698