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

Unified Diff: webrtc/api/videocapturertracksource.h

Issue 1768243002: Add new empty files for VideoCapturerTrackSource and VideoTrackSource to make Chrome compile when a… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
« no previous file with comments | « no previous file | webrtc/api/videocapturertracksource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/videocapturertracksource.h
diff --git a/webrtc/api/mediastreamhandler.cc b/webrtc/api/videocapturertracksource.h
similarity index 61%
copy from webrtc/api/mediastreamhandler.cc
copy to webrtc/api/videocapturertracksource.h
index 4679037f1ff6673b2773118e2c04d8a220f73df9..15f8bf137ed60734bb8474a60a23aab2eaeb81f1 100644
--- a/webrtc/api/mediastreamhandler.cc
+++ b/webrtc/api/videocapturertracksource.h
@@ -8,5 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-// TODO(deadbeef): Remove this file once Chrome build files no longer reference
-// it.
+#ifndef WEBRTC_API_VIDEOCAPTURERTRACKSOURCE_H_
+#define WEBRTC_API_VIDEOCAPTURERTRACKSOURCE_H_
+
+// TODO(perkj): This file is added to prepare for changing name of VideoSource
+// to VideoCapturerTrackSource.
+
+#endif // WEBRTC_API_VIDEOCAPTURERTRACKSOURCE_H_
« no previous file with comments | « no previous file | webrtc/api/videocapturertracksource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698