Bug 107260
| Summary: | [Qt][WK2] RepaintRects are being tracked but cannot be dumped. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zeno Albisser <zeno> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | bfulgham |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zeno Albisser
Using TextureMapper, the only place where repaint rects are being tracked is in GraphicsLayer.
The FrameView does not know about any repaint rects in this case.
Therefore dumping from the FrameView is not generating the expected result.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Zeno Albisser
fast/canvas/webgl/webgl-composite-modes-repaint.html
This test case will always have a semi transparent dark layer on top because no repaint rects are detected.
Zeno Albisser
Committed r140130: <http://trac.webkit.org/changeset/140130>
Zeno Albisser
Accidentially closed by skipping the test.
Brent Fulgham
The QT port is no longer part of WebKit.