| Index: webrtc/modules/video_coding/generic_decoder.h
|
| diff --git a/webrtc/modules/video_coding/generic_decoder.h b/webrtc/modules/video_coding/generic_decoder.h
|
| index fcfea7740ea98e006e866fe3e153928c72bcb399..c8122da2d824b128f3b3f7b79689271a36af423b 100644
|
| --- a/webrtc/modules/video_coding/generic_decoder.h
|
| +++ b/webrtc/modules/video_coding/generic_decoder.h
|
| @@ -69,7 +69,7 @@ class VCMDecodedFrameCallback : public DecodedImageCallback {
|
| VCMReceiveCallback* _receiveCallback = nullptr;
|
| VCMTiming* _timing;
|
| rtc::CriticalSection lock_;
|
| - VCMTimestampMap _timestampMap GUARDED_BY(lock_);
|
| + VCMTimestampMap _timestampMap RTC_GUARDED_BY(lock_);
|
| uint64_t _lastReceivedPictureID;
|
| int64_t ntp_offset_;
|
| };
|
|
|