Index: webrtc/base/timestampaligner.h |
diff --git a/webrtc/base/timestampaligner.h b/webrtc/base/timestampaligner.h |
index 35008d38c7169e37f9f86faa492dcc6b2c43e641..d59c6a4a4e3382e2a245a77915c77e2a75aba7a6 100644 |
--- a/webrtc/base/timestampaligner.h |
+++ b/webrtc/base/timestampaligner.h |
@@ -14,6 +14,7 @@ |
#include "webrtc/base/basictypes.h" |
#include "webrtc/base/constructormagic.h" |
#include "webrtc/base/optional.h" |
+#include "webrtc/base/thread_checker.h" |
namespace rtc { |
@@ -29,6 +30,8 @@ class TimestampAligner { |
int64_t ClipTimestamp(int64_t filtered_time_us, int64_t system_time_us); |
private: |
+ rtc::ThreadChecker thread_checker_; |
+ |
// State for the timestamp translation. |
int frames_seen_; |
// Estimated offset between camera time and system monotonic time. |