| 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": [ | 
| 11         { | 11         { | 
| 12           "object": "LayoutBlockFlow DIV class='item'", | 12           "object": "LayoutBlockFlow DIV class='item'", | 
| 13           "rect": [148, 52, 52, 300], | 13           "rect": [148, 52, 52, 300], | 
| 14           "reason": "bounds change" | 14           "reason": "bounds change" | 
| 15         }, | 15         }, | 
| 16         { | 16         { | 
| 17           "object": "LayoutBlockFlow DIV class='item'", | 17           "object": "LayoutBlockFlow DIV class='item'", | 
| 18           "rect": [124, 52, 52, 300], | 18           "rect": [124, 52, 52, 300], | 
| 19           "reason": "bounds change" | 19           "reason": "bounds change" | 
| 20         }, | 20         }, | 
| 21         { | 21         { | 
| 22           "object": "LayoutBlockFlow DIV class='item'", | 22           "object": "LayoutBlockFlow DIV class='item'", | 
| 23           "rect": [24, 52, 52, 300], | 23           "rect": [24, 52, 52, 300], | 
| 24           "reason": "bounds change" | 24           "reason": "bounds change" | 
| 25         }, | 25         }, | 
| 26         { | 26         { | 
| 27           "object": "LayoutBlockFlow DIV class='item'", | 27           "object": "LayoutBlockFlow DIV class='item'", | 
| 28           "rect": [0, 52, 52, 300], | 28           "rect": [0, 52, 52, 300], | 
| 29           "reason": "bounds change" | 29           "reason": "bounds change" | 
| 30         }, |  | 
| 31         { |  | 
| 32           "object": "LayoutBlockFlow DIV", |  | 
| 33           "rect": [149, 53, 50, 50], |  | 
| 34           "reason": "bounds change" |  | 
| 35         }, |  | 
| 36         { |  | 
| 37           "object": "LayoutBlockFlow DIV", |  | 
| 38           "rect": [125, 53, 50, 50], |  | 
| 39           "reason": "bounds change" |  | 
| 40         }, |  | 
| 41         { |  | 
| 42           "object": "LayoutBlockFlow DIV", |  | 
| 43           "rect": [25, 53, 50, 50], |  | 
| 44           "reason": "bounds change" |  | 
| 45         }, |  | 
| 46         { |  | 
| 47           "object": "LayoutBlockFlow DIV", |  | 
| 48           "rect": [1, 53, 50, 50], |  | 
| 49           "reason": "bounds change" |  | 
| 50         } | 30         } | 
| 51       ] | 31       ] | 
| 52     } | 32     } | 
| 53   ], | 33   ], | 
| 54   "objectPaintInvalidations": [ | 34   "objectPaintInvalidations": [ | 
| 55     { | 35     { | 
| 56       "object": "LayoutBlockFlow DIV class='item'", | 36       "object": "LayoutBlockFlow DIV class='item'", | 
| 57       "reason": "bounds change" | 37       "reason": "bounds change" | 
| 58     }, | 38     }, | 
| 59     { | 39     { | 
| 60       "object": "LayoutBlockFlow DIV", | 40       "object": "LayoutBlockFlow DIV", | 
| 61       "reason": "bounds change" | 41       "reason": "location change" | 
| 62     }, | 42     }, | 
| 63     { | 43     { | 
| 64       "object": "LayoutBlockFlow DIV class='item'", | 44       "object": "LayoutBlockFlow DIV class='item'", | 
| 65       "reason": "bounds change" | 45       "reason": "bounds change" | 
| 66     }, | 46     }, | 
| 67     { | 47     { | 
| 68       "object": "LayoutBlockFlow DIV", | 48       "object": "LayoutBlockFlow DIV", | 
| 69       "reason": "bounds change" | 49       "reason": "location change" | 
| 70     } | 50     } | 
| 71   ] | 51   ] | 
| 72 } | 52 } | 
| 73 | 53 | 
| OLD | NEW | 
|---|