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

Unified Diff: sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h

Issue 3016703002: Fix occassional hang in iOS 11 when calling VTDecompressionSessionInvalidate.
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/external/webrtc into hang Created 3 years, 3 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 | « sdk/objc/Framework/Classes/VideoToolbox/RTCVideoDecoderH264.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
diff --git a/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h b/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
index 29e4801b2eadd2812a0c2359a7974e98c6629523..7e01c47f39d86a332c581ff3fafca2b03754fe80 100644
--- a/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
+++ b/sdk/objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h
@@ -60,5 +60,6 @@ typedef NS_ENUM(NSInteger, RTCDeviceType) {
+ (RTCDeviceType)deviceType;
+ (NSString *)stringForDeviceType:(RTCDeviceType)deviceType;
+ (BOOL)isIOS9OrLater;
++ (BOOL)isIOS11OrLater;
@end
« no previous file with comments | « sdk/objc/Framework/Classes/VideoToolbox/RTCVideoDecoderH264.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698