Bug 255392
| Summary: | [CoordinatedGraphics] Simplify drawing area resize implementation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKit2 | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | Gtk, InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=260505 | ||
Carlos Garcia Campos
We currently have a backing store ID that we change every time the drawing area is resized or new backing store is created and sent to the web process waiting for a response. It can be simplified by using that only for size changes and use an message with async reply to handle the response.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/12697
EWS
Committed 263118@main (ff2d14cf13d0): <https://commits.webkit.org/263118@main>
Reviewed commits have been landed. Closing PR #12697 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/108246986>