| Index: webrtc/modules/video_processing/include/video_processing.h
|
| diff --git a/webrtc/modules/video_processing/include/video_processing.h b/webrtc/modules/video_processing/include/video_processing.h
|
| index 826327e5b02f0fac8345ce4b092acf00d6ce3ce4..e2069ddbe7a7c52758118150af6bb0430577b5da 100644
|
| --- a/webrtc/modules/video_processing/include/video_processing.h
|
| +++ b/webrtc/modules/video_processing/include/video_processing.h
|
| @@ -53,9 +53,6 @@ class VideoProcessing {
|
|
|
| virtual void EnableDenoising(bool enable) = 0;
|
| virtual const VideoFrame* PreprocessFrame(const VideoFrame& frame) = 0;
|
| -
|
| - virtual VideoContentMetrics* GetContentMetrics() const = 0;
|
| - virtual void EnableContentAnalysis(bool enable) = 0;
|
| };
|
|
|
| } // namespace webrtc
|
|
|