| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutTextControl INPUT id='target'", | 10 "object": "LayoutTextControl INPUT id='target'", |
| 11 "rect": [8, 8, 224, 22], | 11 "rect": [8, 8, 224, 22], |
| 12 "reason": "subtree" | 12 "reason": "subtree" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV id='inner-editor'", | 15 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 16 "rect": [10, 11, 201, 16], | 16 "rect": [10, 11, 201, 16], |
| 17 "reason": "subtree" | 17 "reason": "subtree" |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
| 21 "rect": [208, 10, 4, 18], | |
| 22 "reason": "invalidate paint rectangle" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
| 26 "rect": [208, 10, 4, 18], | |
| 27 "reason": "invalidate paint rectangle" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
| 31 "rect": [208, 10, 4, 18], | |
| 32 "reason": "invalidate paint rectangle" | |
| 33 } | 18 } |
| 34 ] | 19 ] |
| 35 } | 20 } |
| 36 ], | 21 ], |
| 37 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 38 { | 23 { |
| 39 "object": "Caret", | |
| 40 "reason": "invalidate paint rectangle" | |
| 41 }, | |
| 42 { | |
| 43 "object": "LayoutTextControl INPUT id='target'", | 24 "object": "LayoutTextControl INPUT id='target'", |
| 44 "reason": "subtree" | 25 "reason": "subtree" |
| 45 }, | 26 }, |
| 46 { | 27 { |
| 47 "object": "LayoutBlockFlow DIV id='inner-editor'", | 28 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 48 "reason": "subtree" | 29 "reason": "subtree" |
| 49 }, | 30 }, |
| 50 { | 31 { |
| 51 "object": "Caret", | 32 "object": "Caret", |
| 52 "reason": "invalidate paint rectangle" | 33 "reason": "caret" |
| 53 }, | 34 }, |
| 54 { | 35 { |
| 55 "object": "Caret", | 36 "object": "Caret", |
| 56 "reason": "invalidate paint rectangle" | 37 "reason": "caret" |
| 57 } | 38 } |
| 58 ] | 39 ] |
| 59 } | 40 } |
| 60 | 41 |
| OLD | NEW |