[webkit-changes] [WebKit/WebKit] 1355e3: Fix PlayStation WPE build after 273021 at main

Don Olmstead noreply at github.com
Wed Feb 7 15:32:04 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1355e3b4246f4975cf8be09a1e0ecb891d26e5f8
      https://github.com/WebKit/WebKit/commit/1355e3b4246f4975cf8be09a1e0ecb891d26e5f8
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2024-02-07 (Wed, 07 Feb 2024)

  Changed paths:
    M Tools/wpe/backends/PlatformPlayStation.cmake
    M Tools/wpe/backends/PlatformWPE.cmake
    M Tools/wpe/backends/ViewBackend.h
    A Tools/wpe/backends/playstation/ViewBackendPlayStation.cpp

  Log Message:
  -----------
  Fix PlayStation WPE build after 273021 at main
https://bugs.webkit.org/show_bug.cgi?id=268935

Reviewed by Michael Catanzaro.

In 273021 at main `ENABLE_ACCESSIBILITY` was removed. This broke the WPE
Backend PlayStation build because some methods were not present. Add those
methods into the build. Guard against ATK types being used.

* Tools/wpe/backends/PlatformPlayStation.cmake:
* Tools/wpe/backends/PlatformWPE.cmake:
* Tools/wpe/backends/ViewBackend.h:
* Tools/wpe/backends/playstation/ViewBackendPlayStation.cpp: Added.

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




More information about the webkit-changes mailing list