Summary: TimelineDataGridNode should refresh when graph column is resized. Currently graphs only refresh when the entire view tree is being updated due to a window resize or sidebar expand/collapse. Now that OverviewTimelineView has two columns (the Name column was added when the navigation sidebar was removed), it's possible for the graph column to be resized without the nodes ever being refreshed. Steps to Reproduce: 1. Record a timeline 2. Show the overview 3. Change width of the graph column using the column resizer between the Name and Graph columns => Record bars aren't recombined as the column size changed
<rdar://problem/28215674>
Created attachment 288344 [details] [Patch] Proposed Fix
Comment on attachment 288344 [details] [Patch] Proposed Fix r=me
Comment on attachment 288344 [details] [Patch] Proposed Fix Clearing flags on attachment: 288344 Committed r205676: <http://trac.webkit.org/changeset/205676>
All reviewed patches have been landed. Closing bug.