Bug 214178 - [WPE][GTK4] Form controls are not painted when using threaded rendering
Summary: [WPE][GTK4] Form controls are not painted when using threaded rendering
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: GTK4
  Show dependency treegraph
 
Reported: 2020-07-10 02:16 PDT by Carlos Garcia Campos
Modified: 2020-07-13 05:17 PDT (History)
9 users (show)

See Also:


Attachments
Patch (5.01 KB, patch)
2020-07-10 02:19 PDT, 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 2020-07-10 02:16:17 PDT
Which is the default for GTK4 since r263888. The problem is that RenderTheme::paint() returns early if the given GraphicsContext doesn't have a platform context, assuming all RenderTheme implementations paint directly to the platform context.
Comment 1 Carlos Garcia Campos 2020-07-10 02:19:31 PDT
Created attachment 403953 [details]
Patch
Comment 2 Carlos Garcia Campos 2020-07-13 05:17:12 PDT
Committed r264298: <https://trac.webkit.org/changeset/264298>