[webkit-changes] [WebKit/WebKit] cf39d4: [WPE][Qt6] Fix wpe_toplevel_qt and quick wpe_view_...
LI Qingwu
noreply at github.com
Wed Oct 23 19:34:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cf39d48831d61ad639a2291eb09f7b1517356d09
https://github.com/WebKit/WebKit/commit/cf39d48831d61ad639a2291eb09f7b1517356d09
Author: LI Qingwu <Qing-wu.Li at leica-geosystems.com.cn>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M Source/WebKit/UIProcess/API/wpe/qt6/WPEQtView.cpp
M Source/WebKit/UIProcess/API/wpe/qt6/WPEToplevelQtQuick.cpp
Log Message:
-----------
[WPE][Qt6] Fix wpe_toplevel_qt and quick wpe_view_resize issue
https://bugs.webkit.org/show_bug.cgi?id=282019
Reviewed by Nikolas Zimmermann.
Fix the following compile failed issue for Qt6:
Source/WebKit/UIProcess/API/wpe/qt6/WPEToplevelQtQuick.cpp:35:46:
error: 'wpe_toplevel_qtquick' has not been declared
Source/WebKit/UIProcess/API/wpe/qt6/WPEQtView.cpp:87:5:
error: 'wpe_view_resize' was not declared in this scope;
did you mean 'wpe_view_resized'?
Signed-off-by: LI Qingwu <Qing-wu.Li at leica-geosystems.com.cn>
Canonical link: https://commits.webkit.org/285634@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list