commit | 56359be7fea745a29a47d3a36b99016e6dbd2741 | [log] [tgz] |
---|---|---|
author | danilchap <danilchap@webrtc.org> | Thu Sep 07 07:53:45 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Sep 07 14:53:45 2017 +0000 |
tree | e64f9d5669523013b6cdbe7dbe7d2cfc12463275 | |
parent | df232992597bd2865fdbede3e9d7e45445e4f122 [diff] [blame] |
Update thread annotiation macros in modules to use RTC_ prefix BUG=webrtc:8198 Review-Url: https://codereview.webrtc.org/3010223002 Cr-Commit-Position: refs/heads/master@{#19728}
diff --git a/webrtc/modules/video_coding/video_coding_impl.cc b/webrtc/modules/video_coding/video_coding_impl.cc index 7ab5314..7551214 100644 --- a/webrtc/modules/video_coding/video_coding_impl.cc +++ b/webrtc/modules/video_coding/video_coding_impl.cc
@@ -72,7 +72,7 @@ private: rtc::CriticalSection cs_; - EncodedImageCallback* callback_ GUARDED_BY(cs_); + EncodedImageCallback* callback_ RTC_GUARDED_BY(cs_); }; class VideoCodingModuleImpl : public VideoCodingModule {