Bug 79100 - Web Inspector highlight on Accelerated Compositing surfaces.
Summary: Web Inspector highlight on Accelerated Compositing surfaces.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 62149 81001
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-21 06:37 PST by Konrad Piascik
Modified: 2012-03-13 09:07 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Piascik 2012-02-21 06:37:42 PST
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.