| 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 ffeb2aa7cafb9063d1e600e7900b5f874a1297f8..25ba0a9189195d33857e4dfae76c1629a9591b3b 100644
|
| --- a/webrtc/modules/video_coding/frame_buffer2.h
|
| +++ b/webrtc/modules/video_coding/frame_buffer2.h
|
| @@ -153,6 +153,8 @@ class FrameBuffer {
|
|
|
| void UpdateJitterDelay() EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
|
|
| + void UpdateTimingFrameInfo() EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
| +
|
| void ClearFramesAndHistory() EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
|
|
| bool HasBadRenderTiming(const FrameObject& frame, int64_t now_ms)
|
|
|