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