Index: webrtc/media/engine/webrtcvideoengine2.h |
diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h |
index b9ab0b71ed6f41dcd277c1e83dfcd211cc3c1b28..b02a4d8167c1c27ba0ac84af789c5a860ba842a9 100644 |
--- a/webrtc/media/engine/webrtcvideoengine2.h |
+++ b/webrtc/media/engine/webrtcvideoengine2.h |
@@ -395,6 +395,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, public webrtc::Transport { |
// The timestamp of the first frame received |
// Used to generate the timestamps of subsequent frames |
+ bool first_frame_timestamp_valid_ GUARDED_BY(lock_); |
int64_t first_frame_timestamp_ms_ GUARDED_BY(lock_); |
// The timestamp of the last frame received |