Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "bounds": [1585, 2016], | |
| 3 "children": [ | |
| 4 { | |
| 5 "bounds": [1585, 2016], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "children": [ | |
| 9 { | |
| 10 "position": [100, 200], | |
| 11 "bounds": [200, 200], | |
| 12 "contentsOpaque": true, | |
| 13 "drawsContent": true, | |
| 14 "backgroundColor": "#ADD8E6" | |
| 15 }, | |
| 16 { | |
| 17 "position": [100, 250], | |
| 18 "bounds": [200, 200], | |
| 19 "contentsOpaque": true, | |
| 20 "drawsContent": true, | |
| 21 "backgroundColor": "#90EE90" | |
| 22 } | |
| 23 ] | |
| 24 } | |
| 25 ] | |
| 26 } | |
| 27 | |
| OLD | NEW |