Quickfix for failing tests.

llvm-svn: 340110
This commit is contained in:
George Karpenkov 2018-08-17 23:54:00 +00:00
parent c0cd01764f
commit b300eac47b
1 changed files with 2 additions and 2 deletions

View File

@ -299,11 +299,11 @@ extern DADissenterRef DADissenterCreate( CFAllocatorRef allocator, DAReturn stat
@protocol QCCompositionRenderer - (NSDictionary*) attributes;
@end @interface QCRenderer : NSObject <QCCompositionRenderer> {
}
- (id) createSnapshotImageOfType:(NSString*)type;
- (id) createSnapshotImageOfType:(NSString*)type NS_RETURNS_RETAINED;
@end extern NSString* const QCViewDidStartRenderingNotification;
@interface QCView : NSView <QCCompositionRenderer> {
}
- (id) createSnapshotImageOfType:(NSString*)type;
- (id) createSnapshotImageOfType:(NSString*)type NS_RETURNS_RETAINED;
@end enum {
ICEXIFOrientation1 = 1, ICEXIFOrientation2 = 2, ICEXIFOrientation3 = 3, ICEXIFOrientation4 = 4, ICEXIFOrientation5 = 5, ICEXIFOrientation6 = 6, ICEXIFOrientation7 = 7, ICEXIFOrientation8 = 8, };
@class ICDevice;