Changeset 225777 in webkit
- Timestamp:
- Dec 11, 2017, 11:20:37 PM (8 years ago)
- Location:
- trunk/Source/WebCore/PAL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebCore/PAL/ChangeLog ¶
r225747 r225777 1 2017-12-11 Joseph Pecoraro <pecoraro@apple.com> 2 3 Unreviewed build fix after r225766. 4 5 * pal/spi/mac/AVFoundationSPI.h: 6 Conform AVStreamDataParser to the AVContentKeyRecipient protocol if available. 7 1 8 2017-12-11 David Quesada <david_quesada@apple.com> 2 9 -
TabularUnified trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h ¶
r222092 r225777 147 147 NS_ASSUME_NONNULL_END 148 148 149 #if HAVE(AVCONTENTKEYSESSION) 150 #import <AVFoundation/AVContentKeySession.h> 151 @interface AVStreamDataParser () <AVContentKeyRecipient> 152 @end 153 #endif 154 149 155 #endif // !PLATFORM(IOS) 150 156 #endif // USE(APPLE_INTERNAL_SDK)
Note:
See TracChangeset
for help on using the changeset viewer.