[webkit-changes] [WebKit/WebKit] 3177aa: [Cocoa] Define a protocol to abstract FairPlay con...

aestes noreply at github.com
Wed Sep 13 07:23:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3177aa7a71dc79d3fc1df0bfb4e8dc8facc872c9
      https://github.com/WebKit/WebKit/commit/3177aa7a71dc79d3fc1df0bfb4e8dc8facc872c9
  Author: Andy Estes <aestes at apple.com>
  Date:   2023-09-13 (Wed, 13 Sep 2023)

  Changed paths:
    M Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj
    A Source/WebCore/PAL/pal/graphics/cocoa/WebContentKeyGrouping.h
    M Source/WebCore/platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.h
    M Source/WebCore/platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.mm

  Log Message:
  -----------
  [Cocoa] Define a protocol to abstract FairPlay content key grouping
https://bugs.webkit.org/show_bug.cgi?id=261487
rdar://115396531

Reviewed by Eric Carlson.

In preparation for a new implementation of FairPlay content key grouping, define a protocol that
covers our use of AVContentKeyReportGroup SPI then extend AVContentKeyReportGroup to conform to the
protocol.

No new tests; no change in behavior.

* Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj:
* Source/WebCore/PAL/pal/graphics/cocoa/WebContentKeyGrouping.h: Added.
* Source/WebCore/platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.h:
* Source/WebCore/platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.mm:

Canonical link: https://commits.webkit.org/267948@main




More information about the webkit-changes mailing list