Bug 198748

Summary: [GTK] Remove option REDIRECTED_XCOMPOSITE_WINDOW
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, zan
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zan: review+

Description Carlos Garcia Campos 2019-06-11 02:03:21 PDT
It's unused and untested, we kept that code path only because the redirected window caused performance issues in some drivers in embedded devices. Nowadays there are much better solutions for those cases like using WPE port or GTK port under wayland instead of X11.
Comment 1 Carlos Garcia Campos 2019-06-11 02:11:18 PDT
Created attachment 371833 [details]
Patch
Comment 2 Carlos Garcia Campos 2019-06-11 04:17:43 PDT
Committed r246308: <https://trac.webkit.org/changeset/246308>