Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "children": [ | 8 "children": [ |
| 9 { | 9 { |
| 10 "position": [10, 60], | 10 "position": [10, 60], |
| 11 "bounds": [300, 400], | 11 "bounds": [300, 400], |
| 12 "drawsContent": true, | 12 "drawsContent": true, |
| 13 "repaintRects": [ | 13 "repaintRects": [ |
| 14 [50, 160, 200, 50], | 14 [50, 160, 200, 50], |
| 15 [50, 50, 200, 50] | 15 [50, -100, 200, 50] |
|
Xianzhu
2015/08/13 21:24:42
FYI This is because crbug.com/416535, which I didn
| |
| 16 ], | 16 ], |
| 17 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
| 18 "LayoutBlockFlow (positioned) DIV id='block'" | 18 "LayoutBlockFlow (positioned) DIV id='block'" |
| 19 ], | 19 ], |
| 20 "children": [ | 20 "children": [ |
| 21 { | 21 { |
| 22 "bounds": [285, 385], | 22 "bounds": [285, 385], |
| 23 "children": [ | 23 "children": [ |
| 24 { | 24 { |
| 25 "bounds": [285, 900], | 25 "bounds": [285, 900], |
| 26 "drawsContent": true, | 26 "drawsContent": true, |
| 27 "repaintRects": [ | 27 "repaintRects": [ |
| 28 [50, 310, 200, 50], | 28 [50, 310, 200, 50], |
| 29 [50, 200, 200, 50] | 29 [50, 50, 200, 50] |
|
Xianzhu
2015/08/13 21:24:42
This seems incorrect, too.
chrishtr
2015/08/13 21:44:27
Yep. Same issue it seems: absolute positioning.
| |
| 30 ], | 30 ], |
| 31 "paintInvalidationClients": [ | 31 "paintInvalidationClients": [ |
| 32 "LayoutBlockFlow (positioned) DIV id='block'" | 32 "LayoutBlockFlow (positioned) DIV id='block'" |
| 33 ], | 33 ], |
| 34 "children": [ | 34 "children": [ |
| 35 { | 35 { |
| 36 | 36 |
| 37 } | 37 } |
| 38 ] | 38 ] |
| 39 } | 39 } |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 64 } | 64 } |
| 65 ] | 65 ] |
| 66 } | 66 } |
| 67 ] | 67 ] |
| 68 } | 68 } |
| 69 ] | 69 ] |
| 70 } | 70 } |
| 71 ] | 71 ] |
| 72 } | 72 } |
| 73 | 73 |
| OLD | NEW |