Bug 168728 - [GTK] Rendering artifacts when resizing the window in X11 with AC mode enabled
Summary: [GTK] Rendering artifacts when resizing the window in X11 with AC mode enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2017-02-22 09:29 PST by Carlos Garcia Campos
Modified: 2017-02-27 06:44 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.99 KB, patch)
2017-02-22 09:31 PST, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 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.
Comment 1 Carlos Garcia Campos 2017-02-22 09:31:16 PST
Created attachment 302406 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-02-27 06:44:09 PST
Committed r213061: <http://trac.webkit.org/changeset/213061>