RESOLVED FIXED 168728
[GTK] Rendering artifacts when resizing the window in X11 with AC mode enabled
https://bugs.webkit.org/show_bug.cgi?id=168728
Summary [GTK] Rendering artifacts when resizing the window in X11 with AC mode enabled
Carlos Garcia Campos
Reported 2017-02-22 09:29:14 PST
This happens because the pixmap we create from the redirected window is uninitialized until the threaded compositor renders into it. We should always initialize the pixmap right after it's created.
Attachments
Patch (4.99 KB, patch)
2017-02-22 09:31 PST, Carlos Garcia Campos
zan: review+
Carlos Garcia Campos
Comment 1 2017-02-22 09:31:16 PST
Carlos Garcia Campos
Comment 2 2017-02-27 06:44:09 PST
Note You need to log in before you can comment on or make changes to this bug.