[webkit-changes] [WebKit/WebKit] c4fc80: [UnifiedPDF] CGPDFPageLayoutGetAreaOfInterestAtPoi...

Abrar Rahman Protyasha noreply at github.com
Fri Dec 8 22:30:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c4fc80276b733ebba34ee05c2e2abf32da4f77a8
      https://github.com/WebKit/WebKit/commit/c4fc80276b733ebba34ee05c2e2abf32da4f77a8
  Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

  Changed paths:
    M Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h

  Log Message:
  -----------
  [UnifiedPDF] CGPDFPageLayoutGetAreaOfInterestAtPoint should be declared with C linkage
https://bugs.webkit.org/show_bug.cgi?id=266094
rdar://119394292

Reviewed by Wenson Hsieh.

Since CGPDFPageLayoutGetAreaOfInterestAtPoint is a C API, it must not go
through name mangling, so we specify C linkage for it.

This patch fixes the open source macOS build with unified PDF enabled.

* Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h:

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




More information about the webkit-changes mailing list