Bug 300044
| Summary: | [GTK][WPE] Get rid of non-DisplayLink code path | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Nikolas Zimmermann
The "#if !HAVE(DISPLAY_LINK)" code path is no longer used for Gtk/WPE ports. Only the PlayStation port still uses it by default -- therefore split LayerTreeHost/ThreadedCompositor into parts that use only the "#if !HAVE(DISPLAY_LINK)" code path (with ifdefs removed) in LayeTreeHostPlayStation/ThreadedCompositorPlayStation. This allows us to remove the code path entirely from our LayerTreeHost/ThreadedCompositor. We can also remove all PLATFORM(WPE) || PLATFORM(GTK) checks since those classes are now exclusively used by Gtk/WPE ports, simplifying the code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/51697
EWS
Committed 301052@main (d46abace8469): <https://commits.webkit.org/301052@main>
Reviewed commits have been landed. Closing PR #51697 and removing active labels.