| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "bounds": [200, 300], | |
| 3 "children": [ | |
| 4 { | |
| 5 "bounds": [200, 300], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "repaintRects": [ | |
| 9 [0, 200, 200, 100], | |
| 10 [0, 50, 100, 25], | |
| 11 [0, 0, 200, 150], | |
| 12 [0, 0, 200, 100] | |
| 13 ], | |
| 14 "paintInvalidationClients": [ | |
| 15 "VerticalScrollbar", | |
| 16 "LayoutView #document", | |
| 17 "LayoutBlockFlow HTML", | |
| 18 "LayoutBlockFlow DIV" | |
| 19 ] | |
| 20 } | |
| 21 ] | |
| 22 } | |
| 23 { | |
| 24 "bounds": [300, 300], | |
| 25 "children": [ | |
| 26 { | |
| 27 "bounds": [300, 300], | |
| 28 "contentsOpaque": true, | |
| 29 "drawsContent": true, | |
| 30 "repaintRects": [ | |
| 31 [200, 0, 100, 300], | |
| 32 [100, 0, 50, 75], | |
| 33 [0, 0, 300, 300], | |
| 34 [0, 0, 300, 150], | |
| 35 [0, 0, 200, 150] | |
| 36 ], | |
| 37 "paintInvalidationClients": [ | |
| 38 "HorizontalScrollbar", | |
| 39 "LayoutView #document", | |
| 40 "LayoutView #document", | |
| 41 "LayoutBlockFlow HTML", | |
| 42 "LayoutBlockFlow DIV" | |
| 43 ] | |
| 44 } | |
| 45 ] | |
| 46 } | |
| 47 { | |
| 48 "bounds": [300, 250], | |
| 49 "children": [ | |
| 50 { | |
| 51 "bounds": [300, 250], | |
| 52 "contentsOpaque": true, | |
| 53 "drawsContent": true, | |
| 54 "repaintRects": [ | |
| 55 [0, 250, 300, 50], | |
| 56 [0, 63, 150, 12], | |
| 57 [0, 0, 300, 150], | |
| 58 [0, 0, 300, 125] | |
| 59 ], | |
| 60 "paintInvalidationClients": [ | |
| 61 "LayoutView #document", | |
| 62 "LayoutBlockFlow HTML", | |
| 63 "LayoutBlockFlow DIV" | |
| 64 ] | |
| 65 } | |
| 66 ] | |
| 67 } | |
| 68 { | |
| 69 "bounds": [250, 250], | |
| 70 "children": [ | |
| 71 { | |
| 72 "bounds": [250, 250], | |
| 73 "contentsOpaque": true, | |
| 74 "drawsContent": true, | |
| 75 "repaintRects": [ | |
| 76 [250, 0, 50, 250], | |
| 77 [125, 0, 25, 63], | |
| 78 [0, 0, 300, 125], | |
| 79 [0, 0, 250, 250], | |
| 80 [0, 0, 250, 125] | |
| 81 ], | |
| 82 "paintInvalidationClients": [ | |
| 83 "LayoutView #document", | |
| 84 "LayoutView #document", | |
| 85 "LayoutBlockFlow HTML", | |
| 86 "LayoutBlockFlow DIV" | |
| 87 ] | |
| 88 } | |
| 89 ] | |
| 90 } | |
| 91 | |
| OLD | NEW |