mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
4848e37e2e
commit
1dc0d61c3c
12 changed files with 64 additions and 97 deletions
|
@ -148,7 +148,7 @@ pub struct Constellation<LTF, STF> {
|
|||
/// A list of in-process senders to `WebGLPaintTask`s.
|
||||
webgl_paint_tasks: Vec<Sender<CanvasMsg>>,
|
||||
|
||||
scheduler_chan: Sender<TimerEventRequest>,
|
||||
scheduler_chan: IpcSender<TimerEventRequest>,
|
||||
}
|
||||
|
||||
/// State needed to construct a constellation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue