| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 { | 36 { |
| 37 "object": "LayoutImage IMG id='foo'", | 37 "object": "LayoutImage IMG id='foo'", |
| 38 "rect": [8, 84, 32, 32], | 38 "rect": [8, 84, 32, 32], |
| 39 "reason": "forced by layout" | 39 "reason": "forced by layout" |
| 40 } | 40 } |
| 41 ] | 41 ] |
| 42 } | 42 } |
| 43 ], | 43 ], |
| 44 "objectPaintInvalidations": [ | 44 "objectPaintInvalidations": [ |
| 45 { | 45 { |
| 46 "object": "RootInlineBox", | |
| 47 "reason": "full" | |
| 48 }, | |
| 49 { | |
| 50 "object": "InlineBox", | |
| 51 "reason": "full" | |
| 52 }, | |
| 53 { | |
| 54 "object": "InlineBox", | |
| 55 "reason": "full" | |
| 56 }, | |
| 57 { | |
| 58 "object": "RootInlineBox", | |
| 59 "reason": "full" | |
| 60 }, | |
| 61 { | |
| 62 "object": "LayoutBlockFlow (anonymous)", | 46 "object": "LayoutBlockFlow (anonymous)", |
| 63 "reason": "forced by layout" | 47 "reason": "forced by layout" |
| 64 }, | 48 }, |
| 65 { | 49 { |
| 66 "object": "RootInlineBox", | 50 "object": "RootInlineBox", |
| 67 "reason": "forced by layout" | 51 "reason": "forced by layout" |
| 68 }, | 52 }, |
| 69 { | 53 { |
| 70 "object": "LayoutImage IMG id='foo'", | 54 "object": "LayoutImage IMG id='foo'", |
| 71 "reason": "forced by layout" | 55 "reason": "forced by layout" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 82 "object": "LayoutText #text", | 66 "object": "LayoutText #text", |
| 83 "reason": "bounds change" | 67 "reason": "bounds change" |
| 84 }, | 68 }, |
| 85 { | 69 { |
| 86 "object": "InlineTextBox 'Chromium'", | 70 "object": "InlineTextBox 'Chromium'", |
| 87 "reason": "bounds change" | 71 "reason": "bounds change" |
| 88 } | 72 } |
| 89 ] | 73 ] |
| 90 } | 74 } |
| 91 | 75 |
| OLD | NEW |