Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "bounds": [800, 600], | |
| 3 "children": [ | |
| 4 { | |
| 5 "bounds": [800, 600], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "repaintRects": [ | |
| 9 [40, 148, 102, 102], | |
| 10 [40, 148, 102, 102], | |
| 11 [38, 146, 106, 106], | |
| 12 [38, 146, 106, 106], | |
| 13 [21, 129, 140, 140], | |
| 14 [21, 129, 140, 140], | |
| 15 [21, 129, 140, 140], | |
| 16 [21, 129, 140, 140], | |
|
Julien - ping for review
2014/11/22 02:35:04
That's a lot of invalidations when you *know* that
Xianzhu
2014/11/24 17:23:00
These are expected based on current table layout c
| |
| 17 [8, 252, 784, 17] | |
|
Julien - ping for review
2014/11/22 02:35:04
That's a lot of invalidations when we *know* that
Xianzhu
2014/11/24 17:23:00
This is the overflow change of <BODY>. I can make
Xianzhu
2014/11/24 17:23:00
The overflow change also propagates to <BODY>.
| |
| 18 ] | |
| 19 } | |
| 20 ] | |
| 21 } | |
| 22 | |
| OLD | NEW |