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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 }, | 51 }, |
52 { | 52 { |
53 "name": "Overflow Controls Host Layer", | 53 "name": "Overflow Controls Host Layer", |
54 "bounds": [64, 16] | 54 "bounds": [64, 16] |
55 }, | 55 }, |
56 { | 56 { |
57 "name": "Horizontal Scrollbar Layer", | 57 "name": "Horizontal Scrollbar Layer", |
58 "position": [0, 16], | 58 "position": [0, 16], |
59 "bounds": [64, 0], | 59 "bounds": [64, 0], |
60 "drawsContent": true | 60 "drawsContent": true |
| 61 }, |
| 62 { |
| 63 "name": "Decoration Layer", |
| 64 "bounds": [64, 16], |
| 65 "drawsContent": true |
61 } | 66 } |
62 ], | 67 ], |
63 "objectPaintInvalidations": [ | 68 "objectPaintInvalidations": [ |
64 { | 69 { |
65 "object": "Caret", | 70 "object": "Caret", |
66 "reason": "invalidate paint rectangle" | 71 "reason": "invalidate paint rectangle" |
67 }, | 72 }, |
68 { | 73 { |
69 "object": "LayoutTextControl INPUT id='root'", | 74 "object": "LayoutTextControl INPUT id='root'", |
70 "reason": "subtree" | 75 "reason": "subtree" |
71 } | 76 } |
72 ] | 77 ] |
73 } | 78 } |
74 | 79 |
OLD | NEW |