Bug 279180
Summary: | [WPE] Fix build with touch events disabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
Component: | WPE WebKit | Assignee: | Miguel Gomez <magomez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Miguel Gomez
There's a missing include when building with ENABLE_TOUCH_EVENTS OFF
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Miguel Gomez
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
Pull request: https://github.com/WebKit/WebKit/pull/33176
EWS
Committed 283208@main (225e117425e5): <https://commits.webkit.org/283208@main>
Reviewed commits have been landed. Closing PR #33176 and removing active labels.