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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutText #text", | 10 "object": "LayoutBlockFlow DIV id='target'", |
11 "rect": [790, 7, 3, 21], | 11 "rect": [790, 7, 3, 21], |
12 "reason": "invalidate paint rectangle" | 12 "reason": "caret" |
13 } | 13 } |
14 ] | 14 ] |
15 } | 15 } |
16 ], | 16 ], |
17 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
18 { | 18 { |
19 "object": "Caret", | 19 "object": "Caret", |
20 "reason": "invalidate paint rectangle" | 20 "reason": "caret" |
| 21 }, |
| 22 { |
| 23 "object": "Caret", |
| 24 "reason": "caret" |
21 } | 25 } |
22 ] | 26 ] |
23 } | 27 } |
24 | 28 |
OLD | NEW |