Title: [225777] trunk/Source/WebCore/PAL
Revision
225777
Author
joep...@webkit.org
Date
2017-12-11 23:20:37 -0800 (Mon, 11 Dec 2017)

Log Message

Unreviewed build fix after r225766.

* pal/spi/mac/AVFoundationSPI.h:
Conform AVStreamDataParser to the AVContentKeyRecipient protocol if available.

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (225776 => 225777)


--- trunk/Source/WebCore/PAL/ChangeLog	2017-12-12 07:11:04 UTC (rev 225776)
+++ trunk/Source/WebCore/PAL/ChangeLog	2017-12-12 07:20:37 UTC (rev 225777)
@@ -1,3 +1,10 @@
+2017-12-11  Joseph Pecoraro  <pecor...@apple.com>
+
+        Unreviewed build fix after r225766.
+
+        * pal/spi/mac/AVFoundationSPI.h:
+        Conform AVStreamDataParser to the AVContentKeyRecipient protocol if available.
+
 2017-12-11  David Quesada  <david_ques...@apple.com>
 
         Turn on ENABLE_APPLICATION_MANIFEST

Modified: trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h (225776 => 225777)


--- trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h	2017-12-12 07:11:04 UTC (rev 225776)
+++ trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h	2017-12-12 07:20:37 UTC (rev 225777)
@@ -146,6 +146,12 @@
 
 NS_ASSUME_NONNULL_END
 
+#if HAVE(AVCONTENTKEYSESSION)
+#import <AVFoundation/AVContentKeySession.h>
+@interface AVStreamDataParser () <AVContentKeyRecipient>
+@end
+#endif
+
 #endif // !PLATFORM(IOS)
 #endif // USE(APPLE_INTERNAL_SDK)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to