Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "bounds": [800, 600], | |
| 3 "children": [ | |
| 4 { | |
| 5 "bounds": [800, 600], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "children": [ | |
| 9 { | |
| 10 "position": [8, 8], | |
| 11 "bounds": [500, 500], | |
| 12 "drawsContent": true, | |
| 13 "repaintRects": [ | |
| 14 [0, 0, 500, 500], | |
| 15 [0, 0, 500, 500] | |
| 16 ], | |
| 17 "children": [ | |
| 18 { | |
| 19 "bounds": [485, 485], | |
| 20 "children": [ | |
| 21 { | |
| 22 "bounds": [5000, 5000], | |
| 23 "shouldFlattenTransform": false, | |
| 24 "drawsContent": true, | |
| 25 "repaintRects": [ | |
| 26 [2000, 2000, 3000, 3000], | |
| 27 [0, 0, 5000, 5000] | |
| 28 ], | |
| 29 "children": [ | |
| 30 { | |
| 31 "shouldFlattenTransform": false | |
| 32 } | |
| 33 ] | |
| 34 } | |
| 35 ] | |
| 36 }, | |
| 37 { | |
| 38 "children": [ | |
| 39 { | |
| 40 "position": [0, 485], | |
| 41 "bounds": [485, 15], | |
| 42 "drawsContent": true, | |
| 43 "repaintRects": [ | |
| 44 [0, 0, 485, 15] | |
| 45 ] | |
| 46 }, | |
| 47 { | |
| 48 "position": [485, 0], | |
| 49 "bounds": [15, 485], | |
| 50 "drawsContent": true, | |
| 51 "repaintRects": [ | |
| 52 [0, 0, 15, 485] | |
| 53 ] | |
| 54 }, | |
| 55 { | |
| 56 "position": [485, 485], | |
| 57 "bounds": [15, 15], | |
| 58 "drawsContent": true | |
| 59 } | |
| 60 ] | |
| 61 } | |
| 62 ] | |
| 63 } | |
| 64 ] | |
| 65 } | |
| 66 ] | |
| 67 } | |
| 68 | |
| OLD | NEW |