| Summary: | Web Inspector: New Reason for Layers: CompositingReasonBlending | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Note to self: - Source/WebCore/inspector/prototype/LayerTree.json => update CompositingReasons to include "blending" - Source/WebCore/inspector/InspectorLayerTreeAgent.cpp => update InspectorLayerTreeAgent::reasonsForCompositingLayer to set blending - Source/WebInspectorUI/UserInterface/LayerTreeSidebarPanel.js => update _populateListOfCompositingReasons to add a user readable string when blending is a reason *** This bug has been marked as a duplicate of bug 126159 *** |
There is a new Compositing Reason ("blending") added in: <https://webkit.org/b/99200> Add support for blendmode to Core Animation layer The Inspector should list that as a reason.