| 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 e2069ddbe7a7c52758118150af6bb0430577b5da..44599c7f0f3674055524b16fb8f88e41cedbd236 100644
|
| --- a/webrtc/modules/video_processing/include/video_processing.h
|
| +++ b/webrtc/modules/video_processing/include/video_processing.h
|
| @@ -11,9 +11,9 @@
|
| #ifndef WEBRTC_MODULES_VIDEO_PROCESSING_INCLUDE_VIDEO_PROCESSING_H_
|
| #define WEBRTC_MODULES_VIDEO_PROCESSING_INCLUDE_VIDEO_PROCESSING_H_
|
|
|
| +#include "webrtc/api/video/video_frame.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/modules/video_processing/include/video_processing_defines.h"
|
| -#include "webrtc/video_frame.h"
|
|
|
| // The module is largely intended to process video streams, except functionality
|
| // provided by static functions which operate independent of previous frames. It
|
|
|