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": [ | |
|
chrishtr
2014/11/07 23:34:18
I think this test is busted. Will investigate some
| |
| 9 [0, 0, 200, 200] | |
|
Ian Vollick
2014/11/08 00:10:09
Would you like me to hold off reviewing until you'
| |
| 10 ], | |
| 11 "children": [ | 8 "children": [ |
| 12 { | 9 { |
| 13 "shouldFlattenTransform": false, | 10 "shouldFlattenTransform": false, |
| 14 "children": [ | 11 "children": [ |
| 15 { | 12 { |
| 16 "position": [8, 8], | 13 "position": [8, 8], |
| 17 "bounds": [200, 200], | 14 "bounds": [200, 200], |
| 18 "contentsOpaque": true, | 15 "contentsOpaque": true, |
| 19 "drawsContent": true, | 16 "drawsContent": true, |
| 20 "backgroundColor": "#D3D3D3" | 17 "backgroundColor": "#D3D3D3" |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 37 "backgroundColor": "#ADD8E6", | 34 "backgroundColor": "#ADD8E6", |
| 38 "repaintRects": [ | 35 "repaintRects": [ |
| 39 [0, 0, 200, 200] | 36 [0, 0, 200, 200] |
| 40 ] | 37 ] |
| 41 } | 38 } |
| 42 ] | 39 ] |
| 43 } | 40 } |
| 44 ] | 41 ] |
| 45 } | 42 } |
| 46 | 43 |
| OLD | NEW |