Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d8ff0809c8e8218f7a98aaf23012c2fef40c4955 https://github.com/WebKit/WebKit/commit/d8ff0809c8e8218f7a98aaf23012c2fef40c4955 Author: Carlos Garcia Campos <cgar...@igalia.com> Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths: M Source/WebKit/WPEPlatform/wpe/drm/WPEDisplayDRM.cpp M Source/WebKit/WPEPlatform/wpe/drm/WPEViewDRM.cpp M Source/WebKit/WPEPlatform/wpe/drm/WPEViewDRM.h M Source/WebKit/WPEPlatform/wpe/headless/WPEDisplayHeadless.cpp M Source/WebKit/WPEPlatform/wpe/headless/WPEViewHeadless.cpp M Source/WebKit/WPEPlatform/wpe/headless/WPEViewHeadless.h M Source/WebKit/WPEPlatform/wpe/wayland/WPEDisplayWayland.cpp M Source/WebKit/WPEPlatform/wpe/wayland/WPEViewWayland.cpp M Source/WebKit/WPEPlatform/wpe/wayland/WPEViewWayland.h Log Message: ----------- [WPE] WPE Platform: remove all public constructors of platform specific WPEView https://bugs.webkit.org/show_bug.cgi?id=297522 Reviewed by Adrian Perez de Castro. Remove wpe_view_wayland_new(), wpe_view_drm_new() and wpe_view_headless_new() since they are only used by platform WPEDisplay implementation. The only public constructor of a WPEView should be wpe_view_new() because it's the one calling WPEDisplay::create-view. Canonical link: https://commits.webkit.org/298880@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes