OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "children": [ | 10 "children": [ |
9 { | 11 { |
| 12 "name": "LayoutVideo VIDEO id='v'", |
10 "position": [8, 8], | 13 "position": [8, 8], |
11 "bounds": [700, 525] | 14 "bounds": [700, 525] |
12 }, | 15 }, |
13 { | 16 { |
| 17 "name": "Squashing Containment Layer", |
14 "shouldFlattenTransform": false, | 18 "shouldFlattenTransform": false, |
15 "children": [ | 19 "children": [ |
16 { | 20 { |
| 21 "name": "LayoutFlexibleBox (relative positioned) DIV", |
17 "position": [8, 8], | 22 "position": [8, 8], |
18 "bounds": [700, 525], | 23 "bounds": [700, 525], |
19 "drawsContent": true | 24 "drawsContent": true |
20 }, | 25 }, |
21 { | 26 { |
| 27 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox
(relative positioned) DIV)", |
22 "position": [8, 8], | 28 "position": [8, 8], |
23 "bounds": [700, 525], | 29 "bounds": [700, 525], |
24 "drawsContent": true, | 30 "drawsContent": true, |
25 "paintInvalidations": [ | 31 "paintInvalidations": [ |
26 { | 32 { |
27 "object": "LayoutFlexibleBox DIV", | 33 "object": "LayoutFlexibleBox DIV", |
28 "rect": [580, 508, 70, 2], | 34 "rect": [580, 508, 70, 2], |
29 "reason": "forced by layout" | 35 "reason": "forced by layout" |
30 }, | 36 }, |
31 { | 37 { |
(...skipping 15 matching lines...) Expand all Loading... |
47 "object": "LayoutButton INPUT", | 53 "object": "LayoutButton INPUT", |
48 "rect": [530, 493, 32, 32], | 54 "rect": [530, 493, 32, 32], |
49 "reason": "full" | 55 "reason": "full" |
50 } | 56 } |
51 ] | 57 ] |
52 } | 58 } |
53 ] | 59 ] |
54 } | 60 } |
55 ] | 61 ] |
56 } | 62 } |
| 63 ], |
| 64 "objectPaintInvalidations": [ |
| 65 { |
| 66 "object": "LayoutButton INPUT", |
| 67 "reason": "full" |
| 68 }, |
| 69 { |
| 70 "object": "LayoutSlider INPUT", |
| 71 "reason": "full" |
| 72 }, |
| 73 { |
| 74 "object": "LayoutFlexibleBox DIV", |
| 75 "reason": "forced by layout" |
| 76 }, |
| 77 { |
| 78 "object": "LayoutBlockFlow DIV id='thumb'", |
| 79 "reason": "full" |
| 80 } |
57 ] | 81 ] |
58 } | 82 } |
59 | 83 |
OLD | NEW |