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