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": "LayoutBlockFlow DIV", | 10 "object": "LayoutBlockFlow DIV", |
11 "rect": [7, 43, 786, 62], | 11 "rect": [7, 43, 786, 62], |
12 "reason": "outline" | 12 "reason": "outline" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow DIV id='div'", | 15 "object": "LayoutBlockFlow DIV id='div'", |
16 "rect": [8, 84, 784, 20], | 16 "rect": [8, 84, 784, 20], |
17 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutBlockFlow DIV id='div'", | 20 "object": "LayoutBlockFlow DIV id='div'", |
21 "rect": [7, 83, 3, 21], | |
22 "reason": "invalidate paint rectangle" | |
23 }, | |
24 { | |
25 "object": "LayoutBlockFlow DIV id='div'", | |
26 "rect": [7, 83, 3, 21], | |
27 "reason": "invalidate paint rectangle" | |
28 }, | |
29 { | |
30 "object": "LayoutBlockFlow DIV id='div'", | |
31 "rect": [7, 83, 3, 21], | |
32 "reason": "invalidate paint rectangle" | |
33 }, | |
Xianzhu
2017/01/31 18:39:52
These disappeared because the caret changed while
| |
34 { | |
35 "object": "LayoutBlockFlow DIV id='div'", | |
36 "rect": [7, 63, 3, 21], | 21 "rect": [7, 63, 3, 21], |
37 "reason": "invalidate paint rectangle" | 22 "reason": "caret" |
38 } | 23 } |
39 ] | 24 ] |
40 } | 25 } |
41 ], | 26 ], |
42 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
43 { | 28 { |
44 "object": "Caret", | |
45 "reason": "invalidate paint rectangle" | |
46 }, | |
47 { | |
48 "object": "Caret", | |
49 "reason": "invalidate paint rectangle" | |
50 }, | |
51 { | |
52 "object": "LayoutBlockFlow DIV", | 29 "object": "LayoutBlockFlow DIV", |
53 "reason": "outline" | 30 "reason": "outline" |
54 }, | 31 }, |
55 { | 32 { |
33 "object": "Caret", | |
34 "reason": "caret" | |
35 }, | |
36 { | |
37 "object": "Caret", | |
38 "reason": "caret" | |
39 }, | |
40 { | |
56 "object": "LayoutBlockFlow DIV id='div'", | 41 "object": "LayoutBlockFlow DIV id='div'", |
57 "reason": "layoutObject insertion" | 42 "reason": "layoutObject insertion" |
58 }, | 43 }, |
59 { | 44 { |
60 "object": "RootInlineBox", | 45 "object": "RootInlineBox", |
61 "reason": "layoutObject insertion" | 46 "reason": "layoutObject insertion" |
62 }, | 47 }, |
63 { | 48 { |
64 "object": "Caret", | 49 "object": "Caret", |
65 "reason": "invalidate paint rectangle" | 50 "reason": "caret" |
66 }, | 51 }, |
67 { | 52 { |
68 "object": "Caret", | 53 "object": "Caret", |
69 "reason": "invalidate paint rectangle" | 54 "reason": "caret" |
70 }, | 55 }, |
71 { | 56 { |
72 "object": "LayoutBR BR", | 57 "object": "LayoutBR BR", |
73 "reason": "layoutObject insertion" | 58 "reason": "layoutObject insertion" |
74 }, | 59 }, |
75 { | 60 { |
76 "object": "InlineTextBox '\n'", | 61 "object": "InlineTextBox '\n'", |
77 "reason": "layoutObject insertion" | 62 "reason": "layoutObject insertion" |
78 } | 63 } |
79 ] | 64 ] |
80 } | 65 } |
81 | 66 |
OLD | NEW |