Bug 79100
Summary: | Web Inspector highlight on Accelerated Compositing surfaces. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Konrad Piascik <kpiascik> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | anilsson, robin.webkit, tonikitoo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 62149, 81001 | ||
Bug Blocks: |
Konrad Piascik
The Web Inspector code for highlighting DOM elements uses InspectorController::drawHighlight(GraphicsContext&) to draw its highlights. The Chromium port with https://bugs.webkit.org/show_bug.cgi?id=62149 updated how they draw the highlight so that it will properly appear on Accelerated Compositing surfaces. This approach is something that could be used by the BlackBerry port as well as others and we should consider moving some of the code in the landed patch into WebCore.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |