Index: webrtc/test/frame_generator_capturer.h |
diff --git a/webrtc/test/frame_generator_capturer.h b/webrtc/test/frame_generator_capturer.h |
index dfd12711d187988560178bc90082b1e4788d472f..face3442d54b52999a3bd10be3c60e1e0782f646 100644 |
--- a/webrtc/test/frame_generator_capturer.h |
+++ b/webrtc/test/frame_generator_capturer.h |
@@ -87,7 +87,8 @@ class FrameGeneratorCapturer : public VideoCapturer { |
rtc::PlatformThread thread_; |
std::unique_ptr<FrameGenerator> frame_generator_; |
- int target_fps_; |
+ int target_fps_ GUARDED_BY(&lock_); |
+ rtc::Optional<int> wanted_fps_ GUARDED_BY(&lock_); |
VideoRotation fake_rotation_ = kVideoRotation_0; |
int64_t first_frame_capture_time_; |