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

Unified Diff: webrtc/api/videocapturertracksource.cc

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 | « webrtc/api/videocapturertracksource.h ('k') | webrtc/api/videotracksource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/videocapturertracksource.cc
diff --git a/webrtc/api/mediastreamhandler.h b/webrtc/api/videocapturertracksource.cc
similarity index 71%
copy from webrtc/api/mediastreamhandler.h
copy to webrtc/api/videocapturertracksource.cc
index 4679037f1ff6673b2773118e2c04d8a220f73df9..aeb2516b3656b5307091b5cb8a58075625d5029b 100644
--- a/webrtc/api/mediastreamhandler.h
+++ b/webrtc/api/videocapturertracksource.cc
@@ -1,4 +1,5 @@
/*
+ /*
* Copyright 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
@@ -8,5 +9,7 @@
* 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.
+#include "webrtc/api/videocapturertracksource.h"
+
+// TODO(perkj): This file is added to prepare for changing name of VideoSource
+// to VideoCapturerTrackSource.
« no previous file with comments | « webrtc/api/videocapturertracksource.h ('k') | webrtc/api/videotracksource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698