| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutTextControl INPUT id='root'", | 10 "name": "LayoutTextControl INPUT id='root'", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 "shouldFlattenTransform": false, | 32 "shouldFlattenTransform": false, |
| 33 "drawsContent": true | 33 "drawsContent": true |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 "name": "Scrolling Layer", | 36 "name": "Scrolling Layer", |
| 37 "bounds": [42, 13], | 37 "bounds": [42, 13], |
| 38 "shouldFlattenTransform": false | 38 "shouldFlattenTransform": false |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "name": "Scrolling Contents Layer", | 41 "name": "Scrolling Contents Layer", |
| 42 "bounds": [67, 13], | 42 "bounds": [68, 13], |
| 43 "drawsContent": true, | 43 "drawsContent": true, |
| 44 "paintInvalidations": [ | 44 "paintInvalidations": [ |
| 45 { | 45 { |
| 46 "object": "LayoutText #text", | 46 "object": "LayoutText #text", |
| 47 "rect": [65, -1, 3, 15], | 47 "rect": [65, -1, 3, 15], |
| 48 "reason": "invalidate paint rectangle" | 48 "reason": "invalidate paint rectangle" |
| 49 } | 49 } |
| 50 ] | 50 ] |
| 51 }, | 51 }, |
| 52 { | 52 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 71 "object": "Caret", | 71 "object": "Caret", |
| 72 "reason": "invalidate paint rectangle" | 72 "reason": "invalidate paint rectangle" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "object": "LayoutTextControl INPUT id='root'", | 75 "object": "LayoutTextControl INPUT id='root'", |
| 76 "reason": "subtree" | 76 "reason": "subtree" |
| 77 } | 77 } |
| 78 ] | 78 ] |
| 79 } | 79 } |
| 80 | 80 |
| OLD | NEW |