Changeset 225777 in webkit


Ignore:
Timestamp:
Dec 11, 2017, 11:20:37 PM (8 years ago)
Author:
Joseph Pecoraro
Message:

Unreviewed build fix after r225766.

  • pal/spi/mac/AVFoundationSPI.h:

Conform AVStreamDataParser to the AVContentKeyRecipient protocol if available.

Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Source/WebCore/PAL/ChangeLog

    r225747 r225777  
     12017-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
    182017-12-11  David Quesada  <david_quesada@apple.com>
    29
  • TabularUnified trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h

    r222092 r225777  
    147147NS_ASSUME_NONNULL_END
    148148
     149#if HAVE(AVCONTENTKEYSESSION)
     150#import <AVFoundation/AVContentKeySession.h>
     151@interface AVStreamDataParser () <AVContentKeyRecipient>
     152@end
     153#endif
     154
    149155#endif // !PLATFORM(IOS)
    150156#endif // USE(APPLE_INTERNAL_SDK)
Note: See TracChangeset for help on using the changeset viewer.