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

Unified Diff: webrtc/base/objc/RTCDispatcher+Private.h

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/base/objc/RTCDispatcher.m ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/objc/RTCDispatcher+Private.h
diff --git a/webrtc/api/remoteaudiotrack.h b/webrtc/base/objc/RTCDispatcher+Private.h
similarity index 72%
copy from webrtc/api/remoteaudiotrack.h
copy to webrtc/base/objc/RTCDispatcher+Private.h
index 47de1b4dc8cd39ea52351e1502905487a0f3f3dd..2ef6cf1ef354d17e04f0571c13919517093c9830 100644
--- a/webrtc/api/remoteaudiotrack.h
+++ b/webrtc/base/objc/RTCDispatcher+Private.h
@@ -8,4 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-// TODO(tommi): Delete this file when removed from build files in Chromium.
+#import "webrtc/base/objc/RTCDispatcher.h"
+
+@interface RTCDispatcher ()
+
++ (dispatch_queue_t)dispatchQueueForType:(RTCDispatcherQueueType)dispatchType;
+
+@end
« no previous file with comments | « webrtc/base/objc/RTCDispatcher.m ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698