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": [ |
(...skipping 24 matching lines...) Expand all Loading... |
35 }, | 35 }, |
36 { | 36 { |
37 "object": "LayoutTextControl TEXTAREA id='editor'", | 37 "object": "LayoutTextControl TEXTAREA id='editor'", |
38 "rect": [153, 9, 15, 15], | 38 "rect": [153, 9, 15, 15], |
39 "reason": "scroll" | 39 "reason": "scroll" |
40 }, | 40 }, |
41 { | 41 { |
42 "object": "LayoutText #text", | 42 "object": "LayoutText #text", |
43 "rect": [151, 10, 2, 14], | 43 "rect": [151, 10, 2, 14], |
44 "reason": "invalidate paint rectangle" | 44 "reason": "invalidate paint rectangle" |
| 45 }, |
| 46 { |
| 47 "object": "LayoutText #text", |
| 48 "rect": [151, 10, 2, 14], |
| 49 "reason": "invalidate paint rectangle" |
| 50 }, |
| 51 { |
| 52 "object": "LayoutText #text", |
| 53 "rect": [151, 10, 2, 14], |
| 54 "reason": "invalidate paint rectangle" |
45 } | 55 } |
46 ] | 56 ] |
47 } | 57 } |
48 ], | 58 ], |
49 "objectPaintInvalidations": [ | 59 "objectPaintInvalidations": [ |
50 { | 60 { |
| 61 "object": "Caret", |
| 62 "reason": "invalidate paint rectangle" |
| 63 }, |
| 64 { |
51 "object": "LayoutTextControl TEXTAREA id='editor'", | 65 "object": "LayoutTextControl TEXTAREA id='editor'", |
52 "reason": "subtree" | 66 "reason": "subtree" |
53 }, | 67 }, |
54 { | 68 { |
55 "object": "LayoutTextControl TEXTAREA id='editor'", | 69 "object": "LayoutTextControl TEXTAREA id='editor'", |
56 "reason": "scroll" | 70 "reason": "scroll" |
57 }, | 71 }, |
58 { | 72 { |
59 "object": "HorizontalScrollbar", | 73 "object": "HorizontalScrollbar", |
60 "reason": "scroll" | 74 "reason": "scroll" |
(...skipping 12 matching lines...) Expand all Loading... |
73 }, | 87 }, |
74 { | 88 { |
75 "object": "RootInlineBox", | 89 "object": "RootInlineBox", |
76 "reason": "subtree" | 90 "reason": "subtree" |
77 }, | 91 }, |
78 { | 92 { |
79 "object": "Caret", | 93 "object": "Caret", |
80 "reason": "invalidate paint rectangle" | 94 "reason": "invalidate paint rectangle" |
81 }, | 95 }, |
82 { | 96 { |
| 97 "object": "Caret", |
| 98 "reason": "invalidate paint rectangle" |
| 99 }, |
| 100 { |
83 "object": "LayoutText #text", | 101 "object": "LayoutText #text", |
84 "reason": "subtree" | 102 "reason": "subtree" |
85 }, | 103 }, |
86 { | 104 { |
87 "object": "InlineTextBox '------------------------------------------------
------------'", | 105 "object": "InlineTextBox '------------------------------------------------
------------'", |
88 "reason": "subtree" | 106 "reason": "subtree" |
89 } | 107 } |
90 ] | 108 ] |
91 } | 109 } |
92 | 110 |
OLD | NEW |