[webkit-changes] [WebKit/WebKit] 4ce338: Fix guards of WKImageCairo

Don Olmstead noreply at github.com
Thu Feb 15 10:59:22 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4ce338dca0934b42ce9d999725f36343c517d707
      https://github.com/WebKit/WebKit/commit/4ce338dca0934b42ce9d999725f36343c517d707
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2024-02-15 (Thu, 15 Feb 2024)

  Changed paths:
    M Source/WebKit/Shared/API/c/cairo/WKImageCairo.cpp

  Log Message:
  -----------
  Fix guards of WKImageCairo
https://bugs.webkit.org/show_bug.cgi?id=269414

Reviewed by Adrian Perez de Castro.

Prefer `USE(CAIRO)` over `USE(SKIA)` to guard implementation of API functions
in `WKImageCairo.cpp`.

* Source/WebKit/Shared/API/c/cairo/WKImageCairo.cpp:

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




More information about the webkit-changes mailing list