Bug 214177 - [GTK] Flush the cairo surface after painting when using software
Summary: [GTK] Flush the cairo surface after painting when using software
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2020-07-10 01:24 PDT by Carlos Garcia Campos
Modified: 2020-07-10 05:47 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.78 KB, patch)
2020-07-10 01:26 PDT, Carlos Garcia Campos
aperez: 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 2020-07-10 01:24:30 PDT
This is similar to bug #210636 but it happens under wayland when using GTK4. It's good idea to flush always after painting in any case, so we do ity in case of GTK3 as well.
Comment 1 Carlos Garcia Campos 2020-07-10 01:26:21 PDT
Created attachment 403951 [details]
Patch
Comment 2 Carlos Garcia Campos 2020-07-10 05:47:59 PDT
Committed r264216: <https://trac.webkit.org/changeset/264216>