| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutTextControl INPUT id='root'", | 10 "name": "LayoutTextControl INPUT id='root'", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutBlockFlow DIV id='inner-editor'", | 27 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 28 "rect": [3, 4, 60, 16], | 28 "rect": [3, 4, 60, 16], |
| 29 "reason": "subtree" | 29 "reason": "subtree" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
| 33 "rect": [3, 4, 60, 16], | 33 "rect": [3, 4, 60, 16], |
| 34 "reason": "subtree" | 34 "reason": "subtree" |
| 35 }, | |
| 36 { | |
| 37 "object": "LayoutText #text", | |
| 38 "rect": [60, 4, 3, 16], | |
| 39 "reason": "invalidate paint rectangle" | |
| 40 }, | |
| 41 { | |
| 42 "object": "LayoutText #text", | |
| 43 "rect": [60, 4, 3, 16], | |
| 44 "reason": "invalidate paint rectangle" | |
| 45 }, | |
| 46 { | |
| 47 "object": "LayoutText #text", | |
| 48 "rect": [60, 4, 3, 16], | |
| 49 "reason": "invalidate paint rectangle" | |
| 50 } | 35 } |
| 51 ] | 36 ] |
| 52 } | 37 } |
| 53 ], | 38 ], |
| 54 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
| 55 { | 40 { |
| 56 "object": "Caret", | |
| 57 "reason": "invalidate paint rectangle" | |
| 58 }, | |
| 59 { | |
| 60 "object": "LayoutTextControl INPUT id='root'", | 41 "object": "LayoutTextControl INPUT id='root'", |
| 61 "reason": "subtree" | 42 "reason": "subtree" |
| 62 }, | 43 }, |
| 63 { | 44 { |
| 64 "object": "LayoutBlockFlow DIV id='inner-editor'", | 45 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 65 "reason": "subtree" | 46 "reason": "subtree" |
| 66 }, | 47 }, |
| 67 { | 48 { |
| 68 "object": "RootInlineBox", | 49 "object": "RootInlineBox", |
| 69 "reason": "subtree" | 50 "reason": "subtree" |
| 70 }, | 51 }, |
| 71 { | 52 { |
| 72 "object": "HorizontalScrollbar", | 53 "object": "HorizontalScrollbar", |
| 73 "reason": "scroll" | 54 "reason": "scroll" |
| 74 }, | 55 }, |
| 75 { | 56 { |
| 76 "object": "Caret", | 57 "object": "Caret", |
| 77 "reason": "invalidate paint rectangle" | 58 "reason": "caret" |
| 78 }, | |
| 79 { | |
| 80 "object": "Caret", | |
| 81 "reason": "invalidate paint rectangle" | |
| 82 }, | 59 }, |
| 83 { | 60 { |
| 84 "object": "LayoutText #text", | 61 "object": "LayoutText #text", |
| 85 "reason": "subtree" | 62 "reason": "subtree" |
| 86 }, | 63 }, |
| 87 { | 64 { |
| 88 "object": "InlineTextBox 'test test test'", | 65 "object": "InlineTextBox 'test test test'", |
| 89 "reason": "subtree" | 66 "reason": "subtree" |
| 90 } | 67 } |
| 91 ] | 68 ] |
| 92 } | 69 } |
| 93 | 70 |
| OLD | NEW |