| OLD | NEW |
| 1 { | 1 { |
| 2 "objectPaintInvalidations": [ | 2 "objectPaintInvalidations": [ |
| 3 { | 3 { |
| 4 "object": "LayoutIFrame IFRAME", |
| 5 "reason": "invalidate paint rectangle" |
| 6 }, |
| 7 { |
| 4 "object": "LayoutView #document", | 8 "object": "LayoutView #document", |
| 5 "reason": "subtree" | 9 "reason": "subtree" |
| 6 }, | 10 }, |
| 7 { | 11 { |
| 8 "object": "LayoutBlockFlow HTML", | 12 "object": "LayoutBlockFlow HTML", |
| 9 "reason": "subtree" | 13 "reason": "subtree" |
| 10 }, | 14 }, |
| 11 { | 15 { |
| 12 "object": "LayoutBlockFlow BODY", | 16 "object": "LayoutBlockFlow BODY", |
| 13 "reason": "subtree" | 17 "reason": "subtree" |
| 14 }, | 18 }, |
| 15 { | 19 { |
| 16 "object": "LayoutBlockFlow DIV", | 20 "object": "LayoutBlockFlow DIV", |
| 17 "reason": "subtree" | 21 "reason": "subtree" |
| 18 } | 22 } |
| 19 ] | 23 ] |
| 20 } | 24 } |
| 21 | 25 |
| OLD | NEW |