| 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 BODY", | 12 "object": "LayoutBlockFlow BODY", |
| 13 "rect": [0, 0, 800, 204], | 13 "rect": [0, 0, 800, 204], |
| 14 "reason": "invalidate paint rectangle" | 14 "reason": "forced by layout" |
| 15 }, |
| 16 { |
| 17 "object": "LayoutBlockFlow DIV class='other'", |
| 18 "rect": [300, 0, 200, 200], |
| 19 "reason": "forced by layout" |
| 20 }, |
| 21 { |
| 22 "object": "LayoutBlockFlow DIV class='other'", |
| 23 "rect": [0, 0, 200, 200], |
| 24 "reason": "forced by layout" |
| 15 }, | 25 }, |
| 16 { | 26 { |
| 17 "object": "LayoutBlockFlow DIV id='target'", | 27 "object": "LayoutBlockFlow DIV id='target'", |
| 18 "rect": [200, 80, 100, 100], | 28 "rect": [200, 80, 100, 100], |
| 19 "reason": "bounds change" | 29 "reason": "forced by layout" |
| 20 }, | 30 }, |
| 21 { | 31 { |
| 22 "object": "LayoutBlockFlow DIV id='target'", | 32 "object": "LayoutBlockFlow DIV id='target'", |
| 23 "rect": [200, 50, 100, 100], | 33 "rect": [200, 50, 100, 100], |
| 24 "reason": "bounds change" | 34 "reason": "forced by layout" |
| 25 } | 35 } |
| 26 ] | 36 ] |
| 27 } | 37 } |
| 28 ], | 38 ], |
| 29 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
| 30 { | 40 { |
| 31 "object": "InlineBox", | 41 "object": "LayoutBlockFlow BODY", |
| 32 "reason": "full" | 42 "reason": "forced by layout" |
| 33 }, | |
| 34 { | |
| 35 "object": "InlineBox", | |
| 36 "reason": "full" | |
| 37 }, | |
| 38 { | |
| 39 "object": "InlineBox", | |
| 40 "reason": "full" | |
| 41 }, | 43 }, |
| 42 { | 44 { |
| 43 "object": "RootInlineBox", | 45 "object": "RootInlineBox", |
| 44 "reason": "full" | 46 "reason": "forced by layout" |
| 45 }, | 47 }, |
| 46 { | 48 { |
| 47 "object": "LayoutBlockFlow BODY", | 49 "object": "LayoutBlockFlow DIV class='other'", |
| 48 "reason": "invalidate paint rectangle" | 50 "reason": "forced by layout" |
| 49 }, | 51 }, |
| 50 { | 52 { |
| 51 "object": "LayoutBlockFlow DIV id='target'", | 53 "object": "LayoutBlockFlow DIV id='target'", |
| 52 "reason": "bounds change" | 54 "reason": "forced by layout" |
| 55 }, |
| 56 { |
| 57 "object": "LayoutBlockFlow DIV class='other'", |
| 58 "reason": "forced by layout" |
| 53 } | 59 } |
| 54 ] | 60 ] |
| 55 } | 61 } |
| 56 | 62 |
| OLD | NEW |