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