Bug 311101
| Summary: | [GTK][WPE] Avoid the need for ImageBuffer/NativeImage in scrollbar painting | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | berto, bugs-noreply, fujii, mcatanzaro |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 309296 | ||
Nikolas Zimmermann
Replace ImageBuffer-based scrollbar rendering in ScrollerCoordinated with direct Skia/GL rendering to BitmapTexturePool textures, producing a CoordinatedPlatformLayerBufferRGB that is set via setContentsBuffer().
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/61690
EWS
Committed 310298@main (6f2a9a7ee4de): <https://commits.webkit.org/310298@main>
Reviewed commits have been landed. Closing PR #61690 and removing active labels.
Michael Catanzaro
*** Bug 309296 has been marked as a duplicate of this bug. ***