[webkit-changes] [WebKit/WebKit] 72c08b: [Cocoa] Forward-declare PlatformPlaybackSessionInt...

aestes noreply at github.com
Fri Jun 30 20:38:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 72c08bf5020233bbc470713f02c08914c2bc4690
      https://github.com/WebKit/WebKit/commit/72c08bf5020233bbc470713f02c08914c2bc4690
  Author: Andy Estes <aestes at apple.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    A Source/WebCore/platform/graphics/PlatformPlaybackSessionInterface.h
    A Source/WebCore/platform/graphics/PlatformVideoFullscreenInterface.h
    M Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm
    M Source/WebKit/UIProcess/Cocoa/PlaybackSessionManagerProxy.h
    M Source/WebKit/UIProcess/Cocoa/PlaybackSessionManagerProxy.mm
    M Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.h
    M Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm
    M Source/WebKit/UIProcess/mac/WebViewImpl.mm

  Log Message:
  -----------
  [Cocoa] Forward-declare PlatformPlaybackSessionInterface and PlatformVideoFullscreenInterface
https://bugs.webkit.org/show_bug.cgi?id=258760
rdar://111597144

Reviewed by Jer Noble.

Added PlatformPlaybackSessionInterface.h and PlatformVideoFullscreenInterface.h to define typedefs
for PlatformPlaybackSessionInterface and PlatformVideoFullscreenInterface using forward declarations
of their platform-specific class names rather than header imports.

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/graphics/PlatformPlaybackSessionInterface.h: Added.
* Source/WebCore/platform/graphics/PlatformVideoFullscreenInterface.h: Added.
* Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm:
* Source/WebKit/UIProcess/Cocoa/PlaybackSessionManagerProxy.h:
* Source/WebKit/UIProcess/Cocoa/PlaybackSessionManagerProxy.mm:
* Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.h:
* Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm:
* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm:
(-[WKFullScreenViewController _togglePiPAction:]):
* Source/WebKit/UIProcess/mac/WebViewImpl.mm:

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




More information about the webkit-changes mailing list