Index: webrtc/api/videotracksource.h |
diff --git a/webrtc/api/videotracksource.h b/webrtc/api/videotracksource.h |
index 10e24ab27edf46b453d39f8900ef1eb65df0d6c0..7100612fcdba844a9b26ebb2327c8966a8fb073f 100644 |
--- a/webrtc/api/videotracksource.h |
+++ b/webrtc/api/videotracksource.h |
@@ -36,8 +36,8 @@ |
void Stop() override{}; |
void Restart() override{}; |
- bool is_screencast() const override { return false; } |
- rtc::Optional<bool> needs_denoising() const override { |
+ virtual bool is_screencast() const { return false; } |
+ virtual rtc::Optional<bool> needs_denoising() const { |
return rtc::Optional<bool>(); } |
bool GetStats(Stats* stats) override { return false; } |