Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutBlockFlow DIV id='scroller'", | 10 "name": "LayoutBlockFlow DIV id='scroller'", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 50 "rect": [0, 0, 15, 210], | 50 "rect": [0, 0, 15, 210], |
| 51 "reason": "full" | 51 "reason": "full" |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "object": "Vertical Scrollbar Layer", | 54 "object": "Vertical Scrollbar Layer", |
| 55 "rect": [0, 0, 15, 210], | 55 "rect": [0, 0, 15, 210], |
| 56 "reason": "full" | 56 "reason": "full" |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 "object": "Vertical Scrollbar Layer", | 59 "object": "Vertical Scrollbar Layer", |
| 60 "rect": [0, 0, 15, 210], | |
| 61 "reason": "full" | |
|
bokan
2016/11/17 17:04:45
The extra invalidations come from changing the ena
skobes
2016/11/17 21:18:23
Acknowledged.
| |
| 62 }, | |
| 63 { | |
| 64 "object": "Vertical Scrollbar Layer", | |
| 60 "rect": [0, 0, 15, 100], | 65 "rect": [0, 0, 15, 100], |
| 61 "reason": "full" | 66 "reason": "full" |
| 62 }, | 67 }, |
| 68 { | |
| 69 "object": "Vertical Scrollbar Layer", | |
| 70 "rect": [0, 0, 15, 100], | |
| 71 "reason": "full" | |
| 72 }, | |
| 63 { | 73 { |
| 64 "object": "Vertical Scrollbar Layer", | 74 "object": "Vertical Scrollbar Layer", |
| 65 "rect": [0, 0, 15, 100], | 75 "rect": [0, 0, 15, 100], |
| 66 "reason": "full" | 76 "reason": "full" |
| 67 }, | 77 }, |
| 68 { | 78 { |
| 69 "object": "Vertical Scrollbar Layer", | 79 "object": "Vertical Scrollbar Layer", |
| 70 "rect": [0, 0, 15, 100], | 80 "rect": [0, 0, 15, 100], |
| 71 "reason": "full" | 81 "reason": "full" |
| 72 }, | 82 }, |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 91 "object": "LayoutText #text", | 101 "object": "LayoutText #text", |
| 92 "reason": "full" | 102 "reason": "full" |
| 93 }, | 103 }, |
| 94 { | 104 { |
| 95 "object": "InlineTextBox 'z'", | 105 "object": "InlineTextBox 'z'", |
| 96 "reason": "full" | 106 "reason": "full" |
| 97 } | 107 } |
| 98 ] | 108 ] |
| 99 } | 109 } |
| 100 | 110 |
| OLD | NEW |