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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDispatcher.h

Issue 2800853006: Address tkchin's comments on RTCCameraVideoCapturer. (Closed)
Patch Set: Address comments. Created 3 years, 8 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/sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDispatcher.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDispatcher.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDispatcher.h
index 328beaf8728153b6f0b77f9e04f792206697ae6d..3dddead60ef6a1df8be6aadb9db517a8c590b139 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDispatcher.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDispatcher.h
@@ -37,4 +37,9 @@ RTC_EXPORT
+ (void)dispatchAsyncOnType:(RTCDispatcherQueueType)dispatchType
block:(dispatch_block_t)block;
+/** Returns YES if run on queue for the dispatchType otherwise NO.
+ * Useful for asserting that a method is run on a correct queue.
+ */
++ (BOOL)isOnQueueForType:(RTCDispatcherQueueType)dispatchType;
+
@end
« no previous file with comments | « webrtc/sdk/objc/Framework/Headers/WebRTC/RTCCameraVideoCapturer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698