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

Unified Diff: webrtc/test/vcm_capturer.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/test/single_threaded_task_queue.h ('k') | webrtc/video/call_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/vcm_capturer.h
diff --git a/webrtc/test/vcm_capturer.h b/webrtc/test/vcm_capturer.h
index fdb594b10ee964eea933003469b0e6fa1e85e15a..2b4323c0e55f01f8241b1c7ba413bb344df7d9bf 100644
--- a/webrtc/test/vcm_capturer.h
+++ b/webrtc/test/vcm_capturer.h
@@ -49,8 +49,8 @@ class VcmCapturer
void Destroy();
rtc::CriticalSection crit_;
- bool started_ GUARDED_BY(crit_);
- rtc::VideoSinkInterface<VideoFrame>* sink_ GUARDED_BY(crit_);
+ bool started_ RTC_GUARDED_BY(crit_);
+ rtc::VideoSinkInterface<VideoFrame>* sink_ RTC_GUARDED_BY(crit_);
rtc::scoped_refptr<VideoCaptureModule> vcm_;
VideoCaptureCapability capability_;
};
« no previous file with comments | « webrtc/test/single_threaded_task_queue.h ('k') | webrtc/video/call_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698