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

Unified Diff: talk/app/webrtc/mediastreamobserver.h

Issue 1519683002: Adding stub files needed for https://codereview.webrtc.org/1507973003/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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 | talk/app/webrtc/mediastreamobserver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/mediastreamobserver.h
diff --git a/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h b/talk/app/webrtc/mediastreamobserver.h
similarity index 86%
copy from talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h
copy to talk/app/webrtc/mediastreamobserver.h
index ffa6629c41cabb77005d43a929adcb9d49cb34a9..d6128f397338c67c31556e04c3e98a888f2a84a4 100644
--- a/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h
+++ b/talk/app/webrtc/mediastreamobserver.h
@@ -25,12 +25,9 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#import "RTCAVFoundationVideoSource.h"
+// This file is currently stubbed so that Chromium's build files can be updated.
-#include "avfoundationvideocapturer.h"
+#ifndef TALK_APP_WEBRTC_MEDIASTREAMOBSERVER_H_
+#define TALK_APP_WEBRTC_MEDIASTREAMOBSERVER_H_
-@interface RTCAVFoundationVideoSource ()
-
-@property(nonatomic, readonly) webrtc::AVFoundationVideoCapturer* capturer;
-
-@end
+#endif // TALK_APP_WEBRTC_MEDIASTREAMOBSERVER_H_
« no previous file with comments | « no previous file | talk/app/webrtc/mediastreamobserver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698