OLD | NEW |
1 { | 1 { |
2 "bounds": [2008, 2008], | 2 "bounds": [2008, 2008], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [2008, 2008], | 5 "bounds": [2008, 2008], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutView #document", |
| 11 "rect": [0, 200, 200, 100], |
| 12 "reason": "incremental" |
| 13 } |
| 14 ] |
8 } | 15 } |
9 ] | 16 ] |
10 } | 17 } |
11 { | 18 { |
12 "bounds": [2008, 2008], | 19 "bounds": [2008, 2008], |
13 "children": [ | 20 "children": [ |
14 { | 21 { |
15 "bounds": [2008, 2008], | 22 "bounds": [2008, 2008], |
16 "contentsOpaque": true, | 23 "contentsOpaque": true, |
17 "drawsContent": true, | 24 "drawsContent": true, |
18 "paintInvalidations": [ | 25 "paintInvalidations": [ |
19 { | 26 { |
20 "object": "LayoutView #document", | 27 "object": "LayoutView #document", |
21 "rect": [0, 0, 300, 300], | 28 "rect": [0, 0, 300, 300], |
22 "reason": "full" | 29 "reason": "full" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutView #document", |
| 33 "rect": [200, 0, 100, 300], |
| 34 "reason": "incremental" |
23 } | 35 } |
24 ] | 36 ] |
25 } | 37 } |
26 ] | 38 ] |
27 } | 39 } |
28 { | 40 { |
29 "bounds": [2008, 2008], | 41 "bounds": [2008, 2008], |
30 "children": [ | 42 "children": [ |
31 { | 43 { |
32 "bounds": [2008, 2008], | 44 "bounds": [2008, 2008], |
33 "contentsOpaque": true, | 45 "contentsOpaque": true, |
34 "drawsContent": true | 46 "drawsContent": true, |
| 47 "paintInvalidations": [ |
| 48 { |
| 49 "object": "LayoutView #document", |
| 50 "rect": [0, 250, 300, 50], |
| 51 "reason": "incremental" |
| 52 } |
| 53 ] |
35 } | 54 } |
36 ] | 55 ] |
37 } | 56 } |
38 { | 57 { |
39 "bounds": [2008, 2008], | 58 "bounds": [2008, 2008], |
40 "children": [ | 59 "children": [ |
41 { | 60 { |
42 "bounds": [2008, 2008], | 61 "bounds": [2008, 2008], |
43 "contentsOpaque": true, | 62 "contentsOpaque": true, |
44 "drawsContent": true, | 63 "drawsContent": true, |
45 "paintInvalidations": [ | 64 "paintInvalidations": [ |
46 { | 65 { |
47 "object": "LayoutView #document", | 66 "object": "LayoutView #document", |
48 "rect": [0, 0, 250, 250], | 67 "rect": [0, 0, 250, 250], |
49 "reason": "full" | 68 "reason": "full" |
| 69 }, |
| 70 { |
| 71 "object": "LayoutView #document", |
| 72 "rect": [250, 0, 50, 250], |
| 73 "reason": "incremental" |
50 } | 74 } |
51 ] | 75 ] |
52 } | 76 } |
53 ] | 77 ] |
54 } | 78 } |
55 | 79 |
OLD | NEW |