| Index: webrtc/media/base/videocapturer.h
|
| diff --git a/webrtc/media/base/videocapturer.h b/webrtc/media/base/videocapturer.h
|
| index 1f1da3a88cc2e2561a04f9b601544b2541fac0a6..e5d70e996c6ae6327cad62bcb0f475f98a840405 100644
|
| --- a/webrtc/media/base/videocapturer.h
|
| +++ b/webrtc/media/base/videocapturer.h
|
| @@ -18,6 +18,12 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +// TODO(nisse): Transition hack, some downstream applications expect that
|
| +// including this file declares I420Buffer and NativeHandleBuffer. Delete after
|
| +// users of these classes are fixed to include the right headers.
|
| +#include "webrtc/api/video/i420_buffer.h"
|
| +#include "webrtc/common_video/include/video_frame_buffer.h"
|
| +
|
| #include "webrtc/base/basictypes.h"
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/base/criticalsection.h"
|
|
|