Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 TEST |
| 2 { | 2 { |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
| 7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 8 "drawsContent": true | 8 "drawsContent": true |
| 9 } | 9 } |
| 10 ] | 10 ] |
| 11 } | 11 } |
| 12 | 12 Has non-layer viewport-constrained objects |
| OLD | NEW |