Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests the Timeline API instrumentation of a paint event | |
| 2 | |
| 3 | |
| 4 Paint Properties: | |
| 5 { | |
| 6 data : { | |
| 7 clip : <object> | |
| 8 frame : <string> | |
| 9 layerId : <number> | |
| 10 nodeId : <number> | |
| 11 } | |
| 12 endTime : <number> | |
| 13 frameId : <string> | |
| 14 startTime : <number> | |
| 15 thread : <string> | |
| 16 type : "Paint" | |
| 17 } | |
| 18 | |
| OLD | NEW |