Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: webrtc/common_video/include/corevideo_frame_buffer.h

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/common_video/include/corevideo_frame_buffer.h
diff --git a/webrtc/common_video/include/corevideo_frame_buffer.h b/webrtc/common_video/include/corevideo_frame_buffer.h
index c925cbfc97c5c1da06b25d460e161c6139356c9c..fa27ae727dddf510c29c320c5785f7417461e17e 100644
--- a/webrtc/common_video/include/corevideo_frame_buffer.h
+++ b/webrtc/common_video/include/corevideo_frame_buffer.h
@@ -15,7 +15,7 @@
#include <vector>
-#include "webrtc/common_video/include/video_frame_buffer.h"
+#include "webrtc/api/video/video_frame_buffer.h"
namespace webrtc {
@@ -57,4 +57,3 @@ class CoreVideoFrameBuffer : public NativeHandleBuffer {
} // namespace webrtc
#endif // WEBRTC_COMMON_VIDEO_INCLUDE_COREVIDEO_FRAME_BUFFER_H_
-

Powered by Google App Engine
This is Rietveld 408576698