Bug 279180

Summary: [WPE] Fix build with touch events disabled
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WPE WebKitAssignee: Miguel Gomez <magomez>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Miguel Gomez
Reported 2024-09-05 04:32:01 PDT
There's a missing include when building with ENABLE_TOUCH_EVENTS OFF
Attachments
Miguel Gomez
Comment 1 2024-09-05 04:34:57 PDT
The build error is /host/home/magomez/webkit/WebKit/Source/WebKit/UIProcess/API/wpe/PageClientImpl.cpp: In member function ‘virtual WTF::UnixFileDescriptor WebKit::PageClientImpl::hostFileDescriptor()’: /host/home/magomez/webkit/WebKit/Source/WebKit/UIProcess/API/wpe/PageClientImpl.cpp:78:33: error: ‘wpe_view_backend_get_renderer_host_fd’ was not declared in this scope 78 | return UnixFileDescriptor { wpe_view_backend_get_renderer_host_fd(m_view.backend()), UnixFileDescriptor::Adopt };
Miguel Gomez
Comment 2 2024-09-05 04:35:44 PDT
EWS
Comment 3 2024-09-05 07:14:01 PDT
Committed 283208@main (225e117425e5): <https://commits.webkit.org/283208@main> Reviewed commits have been landed. Closing PR #33176 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.