Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "bounds": [800, 600], | |
| 3 "children": [ | |
| 4 { | |
| 5 "bounds": [800, 600], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "paintInvalidations": [ | |
| 9 { | |
| 10 "object": "LayoutBlockFlow DIV", | |
| 11 "rect": [8, 8, 100, 104], | |
| 12 "reason": "background obscuration change" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGRoot svg", | |
| 16 "rect": [8, 8, 100, 100], | |
| 17 "reason": "style change" | |
| 18 }, | |
| 19 { | |
| 20 "object": "RootInlineBox", | |
| 21 "reason": "full" | |
| 22 } | |
| 23 ] | |
| 24 } | |
| 25 ] | |
| 26 } | |
| 27 | |
| OLD | NEW |