| OLD | NEW | 
|---|
| 1 { | 1 { | 
| 2   "name": "Content Root Layer", | 2   "name": "Content Root Layer", | 
| 3   "bounds": [800, 600], | 3   "bounds": [800, 600], | 
| 4   "children": [ | 4   "children": [ | 
| 5     { | 5     { | 
| 6       "name": "LayoutView #document", | 6       "name": "LayoutView #document", | 
| 7       "bounds": [800, 600], | 7       "bounds": [800, 600], | 
| 8       "contentsOpaque": true, | 8       "contentsOpaque": true, | 
| 9       "drawsContent": true, | 9       "drawsContent": true, | 
| 10       "paintInvalidations": [ | 10       "paintInvalidations": [ | 
| 11         { | 11         { | 
| 12           "object": "LayoutTableRow TR", |  | 
| 13           "rect": [50, 306, 412, 104], |  | 
| 14           "reason": "bounds change" |  | 
| 15         }, |  | 
| 16         { |  | 
| 17           "object": "LayoutTableRow TR", |  | 
| 18           "rect": [50, 156, 412, 104], |  | 
| 19           "reason": "bounds change" |  | 
| 20         }, |  | 
| 21         { |  | 
| 22           "object": "LayoutTableCell TD", | 12           "object": "LayoutTableCell TD", | 
| 23           "rect": [256, 306, 204, 104], | 13           "rect": [256, 306, 204, 104], | 
| 24           "reason": "bounds change" | 14           "reason": "bounds change" | 
| 25         }, | 15         }, | 
| 26         { | 16         { | 
| 27           "object": "LayoutTableCell TD", | 17           "object": "LayoutTableCell TD", | 
| 28           "rect": [256, 156, 204, 104], | 18           "rect": [256, 156, 204, 104], | 
| 29           "reason": "bounds change" | 19           "reason": "bounds change" | 
| 30         }, | 20         }, | 
| 31         { | 21         { | 
| (...skipping 13 matching lines...) Expand all  Loading... | 
| 45         } | 35         } | 
| 46       ] | 36       ] | 
| 47     } | 37     } | 
| 48   ], | 38   ], | 
| 49   "objectPaintInvalidations": [ | 39   "objectPaintInvalidations": [ | 
| 50     { | 40     { | 
| 51       "object": "LayoutTableCell TD id='target'", | 41       "object": "LayoutTableCell TD id='target'", | 
| 52       "reason": "incremental" | 42       "reason": "incremental" | 
| 53     }, | 43     }, | 
| 54     { | 44     { | 
| 55       "object": "LayoutTableRow TR", |  | 
| 56       "reason": "bounds change" |  | 
| 57     }, |  | 
| 58     { |  | 
| 59       "object": "LayoutTableCell TD", | 45       "object": "LayoutTableCell TD", | 
| 60       "reason": "bounds change" | 46       "reason": "bounds change" | 
| 61     }, | 47     }, | 
| 62     { | 48     { | 
| 63       "object": "LayoutTableCell TD", | 49       "object": "LayoutTableCell TD", | 
| 64       "reason": "bounds change" | 50       "reason": "bounds change" | 
| 65     } | 51     } | 
| 66   ] | 52   ] | 
| 67 } | 53 } | 
| 68 | 54 | 
| OLD | NEW | 
|---|