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

Unified Diff: content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc

Issue 2628283003: Use new location of webrtc video frame headers, under webrtc/api. (Closed)
Patch Set: Add gn dependency on webrtc's video_frame_api. Created 3 years, 11 months 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: content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc
diff --git a/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc b/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc
index d5bdd1cb2c0b25c26ff3dd57044b16adcdfd293a..84daf7edfc75070bc3a69dfe3cb4c73c6eef055a 100644
--- a/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc
+++ b/content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc
@@ -21,7 +21,7 @@
#include "third_party/libyuv/include/libyuv/convert_from.h"
#include "third_party/libyuv/include/libyuv/scale.h"
#include "third_party/skia/include/core/SkSurface.h"
-#include "third_party/webrtc/common_video/rotation.h"
+#include "third_party/webrtc/api/video/video_rotation.h"
namespace content {
« no previous file with comments | « content/renderer/media/gpu/rtc_video_decoder.cc ('k') | content/renderer/media/webrtc/webrtc_video_frame_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698