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 "position": [8, 13], | 10 "position": [8, 13], |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "position": [8, 13], | 92 "position": [8, 13], |
| 93 "bounds": [100, 100], | 93 "bounds": [100, 100], |
| 94 "drawsContent": true, | 94 "drawsContent": true, |
| 95 "children": [ | 95 "children": [ |
| 96 { | 96 { |
| 97 "bounds": [100, 100], | 97 "bounds": [100, 100], |
| 98 "children": [ | 98 "children": [ |
| 99 { | 99 { |
| 100 "bounds": [10, 10], | 100 "bounds": [10, 10] |
| 101 "drawsContent": true, | |
| 102 "children": [ | |
| 103 { | |
| 104 | |
| 105 } | |
| 106 ] | |
| 107 } | 101 } |
| 108 ] | 102 ] |
| 109 }, | 103 }, |
| 110 { | 104 { |
| 111 "children": [ | 105 "children": [ |
| 112 { | 106 { |
| 113 "position": [85, 85], | 107 "position": [85, 85], |
| 114 "bounds": [15, 15], | 108 "bounds": [15, 15], |
| 115 "drawsContent": true | 109 "drawsContent": true |
| 116 } | 110 } |
| 117 ] | 111 ] |
| 118 } | 112 } |
| 119 ] | 113 ] |
| 120 } | 114 } |
| 121 ] | 115 ] |
| 122 } | 116 } |
| 123 ] | 117 ] |
| 124 } | 118 } |
| 125 | 119 |
| OLD | NEW |