Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [100, 0, 100, 200], | 9 [100, 0, 100, 100], |
| 10 [0, 100, 200, 100], | 10 [100, 0, 100, 100], |
| 11 [0, 0, 200, 200], | 11 [100, 0, 100, 100], |
| 12 [0, 0, 200, 200], | |
| 13 [0, 0, 100, 100], | 12 [0, 0, 100, 100], |
| 14 [0, 0, 100, 100] | 13 [0, 0, 100, 100] |
| 15 ], | 14 ], |
| 16 "paintInvalidationClients": [ | 15 "paintInvalidationClients": [ |
| 17 "LayoutSVGRoot svg", | 16 "LayoutSVGRoot svg", |
| 18 "LayoutSVGPath path", | 17 "LayoutSVGForeignObject foreignObject", |
| 19 "LayoutSVGContainer g" | 18 "LayoutBlockFlow div" |
| 20 ] | 19 ] |
| 21 } | 20 } |
| 22 ] | 21 ] |
| 23 } | 22 } |
| 24 | 23 |
| OLD | NEW |