[Webkit-unassigned] [Bug 255718] New: CoordinatedGraphics: build error: out-of-line definition of 'LayerTreeHost' does not match any declaration in 'WebKit::LayerTreeHost'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 20 04:36:24 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255718

            Bug ID: 255718
           Summary: CoordinatedGraphics: build error: out-of-line
                    definition of 'LayerTreeHost' does not match any
                    declaration in 'WebKit::LayerTreeHost'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: xtkoba at gmail.com
                CC: bugs-noreply at webkitgtk.org

Build failure of WebKitGTK version 2.40.1 is observed when cross-building for aarch64 Android (or more precisely Termux) using Android NDK r25c:

```
2023-04-20T02:43:02.9870639Z In file included from /home/builder/.termux-build/webkit2gtk-4.1/build/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-42.cpp:2:
2023-04-20T02:43:02.9871406Z In file included from /home/builder/.termux-build/webkit2gtk-4.1/src/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp:32:
2023-04-20T02:43:02.9872714Z /home/builder/.termux-build/webkit2gtk-4.1/src/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h:179:23: error: out-of-line definition of 'LayerTreeHost' does not match any declaration in 'WebKit::LayerTreeHost'
2023-04-20T02:43:02.9873358Z inline LayerTreeHost::LayerTreeHost(WebPage& webPage) : m_webPage(webPage) { }
2023-04-20T02:43:02.9873654Z                       ^~~~~~~~~~~~~
2023-04-20T02:43:02.9873851Z 1 error generated.
```

Patch available. I'm going to submit a PR.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230420/e0b783e6/attachment-0001.htm>


More information about the webkit-unassigned mailing list