| 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": "LayoutBlockFlow DIV id='scroller'", |
| 10 "position": [8, 44], | 13 "position": [8, 44], |
| 11 "bounds": [100, 100], | 14 "bounds": [100, 100], |
| 12 "shouldFlattenTransform": false, | 15 "shouldFlattenTransform": false, |
| 13 "drawsContent": true, | 16 "drawsContent": true, |
| 14 "children": [ | 17 "children": [ |
| 15 { | 18 { |
| 19 "name": "Scrolling Layer", |
| 16 "bounds": [100, 100], | 20 "bounds": [100, 100], |
| 17 "shouldFlattenTransform": false, | 21 "shouldFlattenTransform": false, |
| 18 "children": [ | 22 "children": [ |
| 19 { | 23 { |
| 24 "name": "Scrolling Contents Layer", |
| 20 "bounds": [205, 1019], | 25 "bounds": [205, 1019], |
| 21 "drawsContent": true, | 26 "drawsContent": true, |
| 22 "paintInvalidations": [ | 27 "paintInvalidations": [ |
| 23 { | 28 { |
| 24 "object": "LayoutTextControl INPUT id='text'", | 29 "object": "LayoutTextControl INPUT id='text'", |
| 25 "rect": [-3, 997, 211, 25], | 30 "rect": [-3, 997, 211, 25], |
| 26 "reason": "subtree" | 31 "reason": "subtree" |
| 27 }, | 32 }, |
| 28 { | 33 { |
| 29 "object": "LayoutBlockFlow DIV id='inner-editor'", | 34 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 30 "rect": [3, 1003, 200, 13], | 35 "rect": [3, 1003, 200, 13], |
| 31 "reason": "subtree" | 36 "reason": "subtree" |
| 32 }, | 37 }, |
| 33 { | 38 { |
| 34 "object": "LayoutBlockFlow DIV id='inner-editor'", | 39 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 35 "rect": [2, 1002, 3, 15], | 40 "rect": [2, 1002, 3, 15], |
| 36 "reason": "invalidate paint rectangle" | 41 "reason": "invalidate paint rectangle" |
| 37 } | 42 } |
| 38 ] | 43 ] |
| 39 } | 44 } |
| 40 ] | 45 ] |
| 41 }, | 46 }, |
| 42 { | 47 { |
| 48 "name": "Overflow Controls Host Layer", |
| 43 "bounds": [100, 100], | 49 "bounds": [100, 100], |
| 44 "children": [ | 50 "children": [ |
| 45 { | 51 { |
| 52 "name": "Horizontal Scrollbar Layer", |
| 46 "position": [0, 100], | 53 "position": [0, 100], |
| 47 "bounds": [100, 0], | 54 "bounds": [100, 0], |
| 48 "drawsContent": true | 55 "drawsContent": true |
| 49 }, | 56 }, |
| 50 { | 57 { |
| 58 "name": "Vertical Scrollbar Layer", |
| 51 "position": [100, 0], | 59 "position": [100, 0], |
| 52 "bounds": [0, 100], | 60 "bounds": [0, 100], |
| 53 "drawsContent": true, | 61 "drawsContent": true |
| 54 "paintInvalidations": [ | |
| 55 { | |
| 56 "object": "Vertical Scrollbar Layer", | |
| 57 "reason": "full" | |
| 58 } | |
| 59 ] | |
| 60 } | 62 } |
| 61 ] | 63 ] |
| 62 } | 64 } |
| 63 ] | 65 ] |
| 64 } | 66 } |
| 65 ] | 67 ] |
| 66 } | 68 } |
| 69 ], |
| 70 "objectPaintInvalidations": [ |
| 71 { |
| 72 "object": "LayoutTextControl INPUT id='text'", |
| 73 "reason": "subtree" |
| 74 }, |
| 75 { |
| 76 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 77 "reason": "subtree" |
| 78 }, |
| 79 { |
| 80 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 81 "reason": "invalidate paint rectangle" |
| 82 } |
| 67 ] | 83 ] |
| 68 } | 84 } |
| 69 | 85 |
| OLD | NEW |