| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow DIV id='scroller'", |
| 11 "position": [8, 8], |
| 12 "bounds": [200, 200], |
| 13 "shouldFlattenTransform": false, |
| 14 "drawsContent": true |
| 15 }, |
| 16 { |
| 17 "name": "Scrolling Layer", |
| 18 "bounds": [185, 185], |
| 19 "shouldFlattenTransform": false |
| 20 }, |
| 21 { |
| 22 "name": "Scrolling Contents Layer", |
| 23 "bounds": [185, 1200], |
| 9 "drawsContent": true, | 24 "drawsContent": true, |
| 10 "children": [ | 25 "paintInvalidations": [ |
| 11 { | 26 { |
| 12 "name": "LayoutBlockFlow DIV id='scroller'", | 27 "object": "LayoutBlockFlow DIV id='indicator'", |
| 13 "position": [8, 8], | 28 "rect": [0, 0, 185, 200], |
| 14 "bounds": [200, 200], | 29 "reason": "style change" |
| 15 "shouldFlattenTransform": false, | |
| 16 "drawsContent": true, | |
| 17 "children": [ | |
| 18 { | |
| 19 "name": "Scrolling Layer", | |
| 20 "bounds": [185, 185], | |
| 21 "shouldFlattenTransform": false, | |
| 22 "children": [ | |
| 23 { | |
| 24 "name": "Scrolling Contents Layer", | |
| 25 "bounds": [185, 1200], | |
| 26 "drawsContent": true, | |
| 27 "paintInvalidations": [ | |
| 28 { | |
| 29 "object": "LayoutBlockFlow DIV id='indicator'", | |
| 30 "rect": [0, 0, 185, 200], | |
| 31 "reason": "style change" | |
| 32 } | |
| 33 ] | |
| 34 } | |
| 35 ] | |
| 36 }, | |
| 37 { | |
| 38 "name": "Overflow Controls Host Layer", | |
| 39 "bounds": [200, 200], | |
| 40 "children": [ | |
| 41 { | |
| 42 "name": "Horizontal Scrollbar Layer", | |
| 43 "position": [0, 185], | |
| 44 "bounds": [185, 15] | |
| 45 }, | |
| 46 { | |
| 47 "name": "Vertical Scrollbar Layer", | |
| 48 "position": [185, 0], | |
| 49 "bounds": [15, 185], | |
| 50 "paintInvalidations": [ | |
| 51 { | |
| 52 "object": "Vertical Scrollbar Layer", | |
| 53 "rect": [0, 0, 15, 185], | |
| 54 "reason": "full" | |
| 55 } | |
| 56 ] | |
| 57 }, | |
| 58 { | |
| 59 "name": "Scroll Corner Layer", | |
| 60 "position": [185, 185], | |
| 61 "bounds": [15, 15], | |
| 62 "drawsContent": true | |
| 63 } | |
| 64 ] | |
| 65 } | |
| 66 ] | |
| 67 } | 30 } |
| 68 ] | 31 ] |
| 32 }, |
| 33 { |
| 34 "name": "Overflow Controls Host Layer", |
| 35 "bounds": [200, 200] |
| 36 }, |
| 37 { |
| 38 "name": "Horizontal Scrollbar Layer", |
| 39 "position": [0, 185], |
| 40 "bounds": [185, 15] |
| 41 }, |
| 42 { |
| 43 "name": "Vertical Scrollbar Layer", |
| 44 "position": [185, 0], |
| 45 "bounds": [15, 185], |
| 46 "paintInvalidations": [ |
| 47 { |
| 48 "object": "Vertical Scrollbar Layer", |
| 49 "rect": [0, 0, 15, 185], |
| 50 "reason": "full" |
| 51 } |
| 52 ] |
| 53 }, |
| 54 { |
| 55 "name": "Scroll Corner Layer", |
| 56 "position": [185, 185], |
| 57 "bounds": [15, 15], |
| 58 "drawsContent": true |
| 69 } | 59 } |
| 70 ], | 60 ], |
| 71 "objectPaintInvalidations": [ | 61 "objectPaintInvalidations": [ |
| 72 { | 62 { |
| 73 "object": "LayoutBlockFlow DIV id='indicator'", | 63 "object": "LayoutBlockFlow DIV id='indicator'", |
| 74 "reason": "style change" | 64 "reason": "style change" |
| 75 } | 65 } |
| 76 ] | 66 ] |
| 77 } | 67 } |
| 78 | 68 |
| OLD | NEW |