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 "children": [ | 8 "children": [ |
| 9 { | 9 { |
| 10 "children": [ | 10 "children": [ |
| 11 { | 11 { |
| 12 "position": [8, 8], | 12 "position": [8, 8], |
| 13 "bounds": [100, 50] | 13 "bounds": [100, 50], |
| 14 "drawsContent": true | |
| 14 }, | 15 }, |
| 15 { | 16 { |
| 16 "position": [8, 8], | 17 "position": [8, 8], |
| 17 "bounds": [100, 50], | 18 "bounds": [100, 50], |
| 18 "drawsContent": true | 19 "drawsContent": true |
| 19 } | 20 } |
| 20 ] | 21 ] |
| 21 } | 22 } |
| 22 ] | 23 ] |
| 23 } | 24 } |
| 24 ] | 25 ] |
| 25 } | 26 } |
| 26 | 27 |
| OLD | NEW |