Changeset 238560 in webkit
- Timestamp:
- Nov 27, 2018, 11:31:51 AM (8 years ago)
- Location:
- trunk/Source/WebCore/PAL
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
pal/spi/cocoa/AVKitSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/PAL/ChangeLog
r238556 r238560 1 2018-11-27 Jer Noble <jer.noble@apple.com> 2 3 Adopt -setOverrideRouteSharingPolicy:routingContextUID: SPI 4 https://bugs.webkit.org/show_bug.cgi?id=190951 5 <rdar://problem/45213065> 6 7 Further follow-up build fix; add ASSUME_NONNULL macros to SPI declaration. 8 9 * pal/spi/cocoa/AVKitSPI.h: 10 1 11 2018-11-27 Jer Noble <jer.noble@apple.com> 2 12 -
trunk/Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h
r238556 r238560 92 92 93 93 #elif __IPHONE_OS_VERSION_MAX_ALLOWED < 120200 94 NS_ASSUME_NONNULL_BEGIN 94 95 @interface AVPlayerViewController (AVPlayerViewController_WebKitOnly_OverrideRouteSharingPolicy) 95 96 - (void)setWebKitOverrideRouteSharingPolicy:(NSUInteger)routeSharingPolicy routingContextUID:(NSString *)routingContextUID; 96 97 @end 98 NS_ASSUME_NONNULL_END 97 99 #endif 98 100
Note:
See TracChangeset
for help on using the changeset viewer.