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

Unified Diff: webrtc/common_video/libyuv/webrtc_libyuv.cc

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Address include and comment nits. 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/libyuv/webrtc_libyuv.cc
diff --git a/webrtc/common_video/libyuv/webrtc_libyuv.cc b/webrtc/common_video/libyuv/webrtc_libyuv.cc
index dd5863dac66ba963adde40bc5e6324e02d99cde6..b5251b99d91b2142550ac2dface322fc8e461546 100644
--- a/webrtc/common_video/libyuv/webrtc_libyuv.cc
+++ b/webrtc/common_video/libyuv/webrtc_libyuv.cc
@@ -13,9 +13,12 @@
#include <assert.h>
#include <string.h>
-// NOTE(ajm): Path provided by gyp.
+// NOTE(ajm): Path provided by gn.
#include "libyuv.h" // NOLINT
+// TODO(nisse): Only needed for the deprecated ConvertToI420.
+#include "webrtc/common_video/include/video_frame_buffer.h"
+
namespace webrtc {
VideoType RawVideoTypeToCommonVideoVideoType(RawVideoType type) {

Powered by Google App Engine
This is Rietveld 408576698