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