Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "layers": [ | |
| 3 { | |
| 4 "name": "LayoutView #document", | |
| 5 "bounds": [800, 600], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "paintInvalidations": [ | |
| 9 { | |
| 10 "object": "LayoutText #text", | |
| 11 "rect": [32, 33, 102, 250], | |
| 12 "reason": "style change" | |
| 13 } | |
| 14 ] | |
| 15 } | |
| 16 ], | |
| 17 "objectPaintInvalidations": [ | |
| 18 { | |
| 19 "object": "LayoutText #text", | |
| 20 "reason": "style change" | |
| 21 }, | |
| 22 { | |
| 23 "object": "InlineTextBox 'A\u00A0\u00A0B'", | |
| 24 "reason": "style change" | |
| 25 } | |
| 26 ] | |
| 27 } | |
| 28 | |
| OLD | NEW |