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

Unified Diff: webrtc/base/objc/RTCDispatcher.m

Issue 1838933004: Improve iOS frame capture threading. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix * 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/objc/avfoundationvideocapturer.mm ('k') | webrtc/base/objc/RTCDispatcher+Private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/objc/RTCDispatcher.m
diff --git a/webrtc/base/objc/RTCDispatcher.m b/webrtc/base/objc/RTCDispatcher.m
index d912ab888d9a75065b1abebef385d344f5742bd6..dc2a990dfc38a033cf695cacc07ffa27ab7ddc11 100644
--- a/webrtc/base/objc/RTCDispatcher.m
+++ b/webrtc/base/objc/RTCDispatcher.m
@@ -10,6 +10,8 @@
#import "RTCDispatcher.h"
+#import "RTCDispatcher+Private.h"
+
static dispatch_queue_t kAudioSessionQueue = nil;
static dispatch_queue_t kCaptureSessionQueue = nil;
« no previous file with comments | « webrtc/api/objc/avfoundationvideocapturer.mm ('k') | webrtc/base/objc/RTCDispatcher+Private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698