* SUMMARY Rendering Frames pie chart should use the needsLayout/updateLayout idiom. The chart should also allow existing values to be updated, so we don't have to rebuild the legend every time a frame is added to the timeline.
<rdar://problem/22413304>
Created attachment 259807 [details] [Patch] Proposed Fix
Comment on attachment 259807 [details] [Patch] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=259807&action=review > Source/WebInspectorUI/UserInterface/Views/ChartDetailsSectionRow.js:205 > + else > + return item.value; No else.
Created attachment 259856 [details] [Patch] Proposed Fix
Comment on attachment 259856 [details] [Patch] Proposed Fix Clearing flags on attachment: 259856 Committed r188916: <http://trac.webkit.org/changeset/188916>
All reviewed patches have been landed. Closing bug.