| 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 "children": [ | 10 "children": [ |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 }, | 32 }, |
| 33 { | 33 { |
| 34 "object": "LayoutText #text", | 34 "object": "LayoutText #text", |
| 35 "rect": [6, 6, 42, 13], | 35 "rect": [6, 6, 42, 13], |
| 36 "reason": "subtree" | 36 "reason": "subtree" |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "object": "LayoutText #text", | 39 "object": "LayoutText #text", |
| 40 "rect": [45, 6, 3, 13], | 40 "rect": [45, 6, 3, 13], |
| 41 "reason": "invalidate paint rectangle" | 41 "reason": "invalidate paint rectangle" |
| 42 }, |
| 43 { |
| 44 "object": "LayoutText #text", |
| 45 "rect": [45, 6, 3, 13], |
| 46 "reason": "invalidate paint rectangle" |
| 47 }, |
| 48 { |
| 49 "object": "LayoutText #text", |
| 50 "rect": [45, 6, 3, 13], |
| 51 "reason": "invalidate paint rectangle" |
| 42 } | 52 } |
| 43 ] | 53 ] |
| 44 } | 54 } |
| 45 ] | 55 ] |
| 46 } | 56 } |
| 47 ], | 57 ], |
| 48 "objectPaintInvalidations": [ | 58 "objectPaintInvalidations": [ |
| 49 { | 59 { |
| 60 "object": "Caret", |
| 61 "reason": "invalidate paint rectangle" |
| 62 }, |
| 63 { |
| 50 "object": "LayoutTextControl INPUT id='root'", | 64 "object": "LayoutTextControl INPUT id='root'", |
| 51 "reason": "subtree" | 65 "reason": "subtree" |
| 52 }, | 66 }, |
| 53 { | 67 { |
| 54 "object": "LayoutBlockFlow DIV id='inner-editor'", | 68 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 55 "reason": "subtree" | 69 "reason": "subtree" |
| 56 }, | 70 }, |
| 57 { | 71 { |
| 58 "object": "RootInlineBox", | 72 "object": "RootInlineBox", |
| 59 "reason": "subtree" | 73 "reason": "subtree" |
| 60 }, | 74 }, |
| 61 { | 75 { |
| 62 "object": "HorizontalScrollbar", | 76 "object": "HorizontalScrollbar", |
| 63 "reason": "scroll" | 77 "reason": "scroll" |
| 64 }, | 78 }, |
| 65 { | 79 { |
| 66 "object": "Caret", | 80 "object": "Caret", |
| 67 "reason": "invalidate paint rectangle" | 81 "reason": "invalidate paint rectangle" |
| 68 }, | 82 }, |
| 69 { | 83 { |
| 84 "object": "Caret", |
| 85 "reason": "invalidate paint rectangle" |
| 86 }, |
| 87 { |
| 70 "object": "LayoutText #text", | 88 "object": "LayoutText #text", |
| 71 "reason": "subtree" | 89 "reason": "subtree" |
| 72 }, | 90 }, |
| 73 { | 91 { |
| 74 "object": "InlineTextBox 'test test test'", | 92 "object": "InlineTextBox 'test test test'", |
| 75 "reason": "subtree" | 93 "reason": "subtree" |
| 76 } | 94 } |
| 77 ] | 95 ] |
| 78 } | 96 } |
| 79 | 97 |
| OLD | NEW |