| Index: webrtc/modules/video_coding/frame_buffer2.h | 
| diff --git a/webrtc/modules/video_coding/frame_buffer2.h b/webrtc/modules/video_coding/frame_buffer2.h | 
| index 4695631ec5a821e8d54ed77be77ac8b721658af0..6ce3b4be57f6b865ffdf18aa35357d974b3d2300 100644 | 
| --- a/webrtc/modules/video_coding/frame_buffer2.h | 
| +++ b/webrtc/modules/video_coding/frame_buffer2.h | 
| @@ -150,6 +150,9 @@ class FrameBuffer { | 
|  | 
| void ClearFramesAndHistory() EXCLUSIVE_LOCKS_REQUIRED(crit_); | 
|  | 
| +  bool HasBadRenderTiming(const FrameObject& frame, int64_t now_ms) | 
| +      EXCLUSIVE_LOCKS_REQUIRED(crit_); | 
| + | 
| FrameMap frames_ GUARDED_BY(crit_); | 
|  | 
| rtc::CriticalSection crit_; | 
|  |