Bug 265653
| Summary: | [WPE] WPE Platform: add support for damage region | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | aperez, bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=265777 https://bugs.webkit.org/show_bug.cgi?id=277337 |
||
| Bug Depends on: | |||
| Bug Blocks: | 265636 | ||
Carlos Garcia Campos
We should be abel to get the damage area on every frame and pass that to the platform imnplementation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
(In reply to Carlos Garcia Campos from comment #0)
> We should be abel to get the damage area on every frame and pass that to the
> platform imnplementation.
I believe what we have landed with bug #265777 already covers this issue,
because it has changed the wpe_view_render_buffer() vfunc to receive an
array of WPERectangle structs with the damage information.
Can we close this?
Carlos Garcia Campos
*** This bug has been marked as a duplicate of bug 265777 ***