Bug 126706

Summary: Web Inspector: New Reason for Layers: CompositingReasonBlending
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: 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   

Description Joseph Pecoraro 2014-01-09 10:39:31 PST
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.
Comment 1 Radar WebKit Bug Importer 2014-01-09 10:40:32 PST
<rdar://problem/15783387>
Comment 2 Joseph Pecoraro 2014-01-09 10:50:48 PST
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
Comment 3 Radar WebKit Bug Importer 2014-01-09 10:51:30 PST
<rdar://problem/15783536>
Comment 4 Timothy Hatcher 2014-01-09 10:53:28 PST

*** This bug has been marked as a duplicate of bug 126159 ***