[webkit-changes] [WebKit/WebKit] 226272: Unify pal/spi/cocoa/IOSurfaceSPI.h and wtf/spi/coc...

Myles C. Maxfield noreply at github.com
Sun Jan 29 00:13:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 226272d257aa13931871a1afae3228934d82309d
      https://github.com/WebKit/WebKit/commit/226272d257aa13931871a1afae3228934d82309d
  Author: Myles C. Maxfield <mmaxfield at apple.com>
  Date:   2023-01-29 (Sun, 29 Jan 2023)

  Changed paths:
    M Source/WTF/WTF.xcodeproj/project.pbxproj
    A Source/WTF/wtf/spi/cocoa/IOReturnSPI.h
    M Source/WTF/wtf/spi/cocoa/IOSurfaceSPI.h
    A Source/WTF/wtf/spi/cocoa/IOTypesSPI.h
    M Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj
    M Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/IOPMLibSPI.h
    R Source/WebCore/PAL/pal/spi/cocoa/IOReturnSPI.h
    R Source/WebCore/PAL/pal/spi/cocoa/IOSurfaceSPI.h
    R Source/WebCore/PAL/pal/spi/cocoa/IOTypesSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h
    M Source/WebCore/platform/graphics/cocoa/IOSurface.h
    M Source/WebCore/platform/graphics/cv/GraphicsContextGLCVCocoa.cpp
    M Source/WebCore/platform/graphics/cv/ImageTransferSessionVT.mm
    M Source/WebCore/platform/mediastream/cocoa/DisplayCaptureSourceCocoa.cpp
    M Source/WebGPU/WebGPU/PresentationContextIOSurface.mm
    M Source/WebKit/Shared/cg/ShareableBitmapCG.cpp
    M Source/WebKit/WebProcess/GPU/graphics/cocoa/ImageBufferShareableMappedIOSurfaceBackend.cpp

  Log Message:
  -----------
  Unify pal/spi/cocoa/IOSurfaceSPI.h and wtf/spi/cocoa/IOSurfaceSPI.h
https://bugs.webkit.org/show_bug.cgi?id=251323
<rdar://problem/104784976>

Reviewed by Tim Horton.

No reason to have 2 separate files that contain different contents.

* Source/WTF/wtf/spi/cocoa/IOSurfaceSPI.h:
* Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj:
* Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h:
* Source/WebCore/PAL/pal/spi/cocoa/IOSurfaceSPI.h: Removed.
* Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h:
* Source/WebCore/platform/graphics/cocoa/IOSurface.h:
* Source/WebCore/platform/graphics/cv/GraphicsContextGLCVCocoa.cpp:
* Source/WebCore/platform/graphics/cv/ImageTransferSessionVT.mm:
* Source/WebCore/platform/mediastream/cocoa/DisplayCaptureSourceCocoa.cpp:
* Source/WebKit/Shared/cg/ShareableBitmapCG.cpp:
* Source/WebKit/WebProcess/GPU/graphics/cocoa/ImageBufferShareableMappedIOSurfaceBackend.cpp:

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




More information about the webkit-changes mailing list