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

Unified Diff: webrtc/media/base/videocapturer.cc

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/media/base/videocapturer.cc
diff --git a/webrtc/media/base/videocapturer.cc b/webrtc/media/base/videocapturer.cc
index e7d3e3a3d6e6f33b92407eb1423cf3809bb926e9..1f3ce6f11a6f4eafc0a51854ae1117762d880aca 100644
--- a/webrtc/media/base/videocapturer.cc
+++ b/webrtc/media/base/videocapturer.cc
@@ -15,10 +15,11 @@
#include <algorithm>
#include "libyuv/scale_argb.h"
+#include "webrtc/api/video/video_frame.h"
#include "webrtc/base/common.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/systeminfo.h"
-#include "webrtc/video_frame.h"
+#include "webrtc/common_video/include/video_frame_buffer.h"
namespace cricket {

Powered by Google App Engine
This is Rietveld 408576698