Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "layers": [ | |
| 3 { | |
| 4 "name": "LayoutView #document", | |
| 5 "bounds": [785, 616], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "paintInvalidations": [ | |
| 9 { | |
| 10 "object": "LayoutBlockFlow DIV id='scroller' class='scroller'", | |
| 11 "rect": [8, 8, 200, 600], | |
| 12 "reason": "subtree" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutBlockFlow DIV id='scroller' class='scroller'", | |
| 16 "rect": [193, 8, 15, 585], | |
| 17 "reason": "scroll" | |
| 18 } | |
| 19 ] | |
| 20 }, | |
| 21 { | |
| 22 "name": "Ancestor Clipping Layer", | |
| 23 "position": [8, 8], | |
| 24 "bounds": [185, 585], | |
| 25 "shouldFlattenTransform": false | |
| 26 }, | |
| 27 { | |
| 28 "name": "LayoutBlockFlow DIV class='composited container'", | |
|
flackr
2017/04/27 14:22:56
Shouldn't we see a paint invalidation in this cont
yigu
2017/04/27 15:20:10
This box hasn't yet passed the starting constraint
| |
| 29 "position": [0, 100], | |
| 30 "bounds": [185, 1000], | |
| 31 "contentsOpaque": true, | |
| 32 "drawsContent": true, | |
| 33 "backgroundColor": "#008000" | |
| 34 } | |
| 35 ], | |
| 36 "objectPaintInvalidations": [ | |
| 37 { | |
| 38 "object": "LayoutBlockFlow DIV id='scroller' class='scroller'", | |
| 39 "reason": "subtree" | |
| 40 }, | |
| 41 { | |
| 42 "object": "VerticalScrollbar", | |
| 43 "reason": "scroll" | |
| 44 }, | |
| 45 { | |
| 46 "object": "LayoutBlockFlow DIV class='spacer'", | |
| 47 "reason": "subtree" | |
| 48 } | |
| 49 ] | |
| 50 } | |
| 51 | |
| OLD | NEW |