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": [193, 8, 15, 585], | |
| 12 "reason": "scroll" | |
| 13 } | |
| 14 ] | |
| 15 }, | |
| 16 { | |
| 17 "name": "Ancestor Clipping Layer", | |
| 18 "position": [8, 8], | |
| 19 "bounds": [185, 585], | |
| 20 "shouldFlattenTransform": false | |
| 21 }, | |
| 22 { | |
| 23 "name": "LayoutBlockFlow DIV class='composited container'", | |
| 24 "position": [0, -200], | |
| 25 "bounds": [185, 1000], | |
| 26 "contentsOpaque": true, | |
| 27 "drawsContent": true, | |
| 28 "backgroundColor": "#808080", | |
| 29 "paintInvalidations": [ | |
| 30 { | |
| 31 "object": "LayoutBlockFlow (sticky positioned) DIV id='box-need-invali dation' class='box'", | |
| 32 "rect": [0, 200, 185, 50], | |
| 33 "reason": "full" | |
|
flackr
2017/04/28 17:14:57
Shouldn't the invalidation reasons for the sticky
yigu
2017/04/28 20:01:29
I applied InvalidatePaintIncludingNonCompositingDe
| |
| 34 }, | |
| 35 { | |
| 36 "object": "LayoutBlockFlow (sticky positioned) DIV id='box-need-invali dation' class='box'", | |
| 37 "rect": [0, 0, 185, 50], | |
| 38 "reason": "subtree" | |
| 39 } | |
| 40 ] | |
| 41 } | |
| 42 ], | |
| 43 "objectPaintInvalidations": [ | |
| 44 { | |
| 45 "object": "LayoutBlockFlow (sticky positioned) DIV id='box-need-invalidati on' class='box'", | |
| 46 "reason": "subtree" | |
| 47 }, | |
| 48 { | |
| 49 "object": "VerticalScrollbar", | |
| 50 "reason": "scroll" | |
| 51 }, | |
| 52 { | |
| 53 "object": "LayoutBlockFlow (sticky positioned) DIV id='box-need-invalidati on' class='box'", | |
| 54 "reason": "full" | |
| 55 } | |
| 56 ] | |
| 57 } | |
| 58 | |
| OLD | NEW |