OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
11 { | 11 { |
12 "object": "LayoutTextControl INPUT id='target'", | 12 "object": "LayoutTextControl INPUT id='target'", |
13 "rect": [8, 8, 224, 22], | 13 "rect": [8, 8, 224, 22], |
14 "reason": "subtree" | 14 "reason": "subtree" |
15 }, | 15 }, |
16 { | 16 { |
17 "object": "LayoutBlockFlow DIV id='inner-editor'", | 17 "object": "LayoutBlockFlow DIV id='inner-editor'", |
18 "rect": [10, 11, 201, 16], | 18 "rect": [10, 11, 201, 16], |
19 "reason": "subtree" | 19 "reason": "subtree" |
20 }, | 20 }, |
21 { | 21 { |
22 "object": "LayoutBlockFlow DIV id='inner-editor'", | 22 "object": "LayoutBlockFlow DIV id='inner-editor'", |
23 "rect": [208, 10, 4, 18], | 23 "rect": [208, 10, 4, 18], |
24 "reason": "invalidate paint rectangle" | 24 "reason": "invalidate paint rectangle" |
| 25 }, |
| 26 { |
| 27 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 28 "rect": [208, 10, 4, 18], |
| 29 "reason": "invalidate paint rectangle" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 33 "rect": [208, 10, 4, 18], |
| 34 "reason": "invalidate paint rectangle" |
25 } | 35 } |
26 ] | 36 ] |
27 } | 37 } |
28 ], | 38 ], |
29 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
30 { | 40 { |
| 41 "object": "Caret", |
| 42 "reason": "invalidate paint rectangle" |
| 43 }, |
| 44 { |
31 "object": "LayoutTextControl INPUT id='target'", | 45 "object": "LayoutTextControl INPUT id='target'", |
32 "reason": "subtree" | 46 "reason": "subtree" |
33 }, | 47 }, |
34 { | 48 { |
35 "object": "LayoutBlockFlow DIV id='inner-editor'", | 49 "object": "LayoutBlockFlow DIV id='inner-editor'", |
36 "reason": "subtree" | 50 "reason": "subtree" |
37 }, | 51 }, |
38 { | 52 { |
39 "object": "Caret", | 53 "object": "Caret", |
40 "reason": "invalidate paint rectangle" | 54 "reason": "invalidate paint rectangle" |
| 55 }, |
| 56 { |
| 57 "object": "Caret", |
| 58 "reason": "invalidate paint rectangle" |
41 } | 59 } |
42 ] | 60 ] |
43 } | 61 } |
44 | 62 |
OLD | NEW |