| Index: webrtc/modules/video_processing/spatial_resampler.h
|
| diff --git a/webrtc/modules/video_processing/spatial_resampler.h b/webrtc/modules/video_processing/spatial_resampler.h
|
| index 51820e24e5ed8fd00f060d6523cc297a5e912d18..7b68d2a8b56b656caa076daf6d6ae4d535d5cedd 100644
|
| --- a/webrtc/modules/video_processing/spatial_resampler.h
|
| +++ b/webrtc/modules/video_processing/spatial_resampler.h
|
| @@ -16,7 +16,6 @@
|
| #include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/modules/video_processing/include/video_processing_defines.h"
|
|
|
| -#include "webrtc/common_video/libyuv/include/scaler.h"
|
| #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
|
|
|
| namespace webrtc {
|
| @@ -52,7 +51,6 @@ class VPMSimpleSpatialResampler : public VPMSpatialResampler {
|
| VideoFrameResampling resampling_mode_;
|
| int32_t target_width_;
|
| int32_t target_height_;
|
| - Scaler scaler_;
|
| };
|
|
|
| } // namespace webrtc
|
|
|