| Index: webrtc/modules/video_processing/video_processing_impl.h
|
| diff --git a/webrtc/modules/video_processing/video_processing_impl.h b/webrtc/modules/video_processing/video_processing_impl.h
|
| index 7f6ef08a8d6a49a019267e306b358932685d1336..21e23c904dd359b91692b9c9527e1169b5340e77 100644
|
| --- a/webrtc/modules/video_processing/video_processing_impl.h
|
| +++ b/webrtc/modules/video_processing/video_processing_impl.h
|
| @@ -26,7 +26,6 @@ class VideoProcessingImpl : public VideoProcessing {
|
| // Implements VideoProcessing.
|
| void EnableTemporalDecimation(bool enable) override;
|
| void SetInputFrameResampleMode(VideoFrameResampling resampling_mode) override;
|
| - void EnableContentAnalysis(bool enable) override;
|
| int32_t SetTargetResolution(uint32_t width,
|
| uint32_t height,
|
| uint32_t frame_rate) override;
|
| @@ -35,7 +34,6 @@ class VideoProcessingImpl : public VideoProcessing {
|
| uint32_t GetDecimatedHeight() const override;
|
| void EnableDenoising(bool enable) override;
|
| const VideoFrame* PreprocessFrame(const VideoFrame& frame) override;
|
| - VideoContentMetrics* GetContentMetrics() const override;
|
|
|
| private:
|
| rtc::CriticalSection mutex_;
|
|
|