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

Unified Diff: webrtc/media/base/videosinkinterface.h

Issue 1818023002: Delete class webrtc::VideoRenderer and its header file. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Address pbos' comments. Created 4 years, 9 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: webrtc/media/base/videosinkinterface.h
diff --git a/webrtc/media/base/videosinkinterface.h b/webrtc/media/base/videosinkinterface.h
index bb41bdb281ddbab6e01c4f77e742159dcdc225c1..df7677bdaf6115838d9209e98d32bde91e33b085 100644
--- a/webrtc/media/base/videosinkinterface.h
+++ b/webrtc/media/base/videosinkinterface.h
@@ -11,6 +11,9 @@
#ifndef WEBRTC_MEDIA_BASE_VIDEOSINKINTERFACE_H_
#define WEBRTC_MEDIA_BASE_VIDEOSINKINTERFACE_H_
+// TODO(nisse): Consider moving this interface (and possibly
+// VideoSourceInterface too) from media/base to common_video, to
perkj_webrtc 2016/03/22 08:43:44 Is this really correct? Shouldn't we go the opposi
nisse-webrtc 2016/03/22 10:47:14 What's the opposite path, moving stuff from common
+// reduce dependency cycles.
namespace rtc {
template <typename VideoFrameT>

Powered by Google App Engine
This is Rietveld 408576698