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 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [1, 0, 314, 307] | 9 [100, 50, 50, 150], |
|
leviw_travelin_and_unemployed
2014/08/11 22:09:26
I hate git's random test expectation copy noise...
| |
| 10 [0, 200, 100, 50], | |
| 11 [0, 50, 150, 150], | |
| 12 [0, 50, 100, 200] | |
| 10 ] | 13 ] |
| 11 } | 14 } |
| 12 ] | 15 ] |
| 13 } | 16 } |
| 14 | 17 |
| OLD | NEW |