mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
fixed docstring for create_compositor_task
This commit is contained in:
parent
b5dac3f426
commit
112ec6f938
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@ impl CompositorTask {
|
|||
}
|
||||
}
|
||||
|
||||
/// Starts the compositor. Returns an interface that can be used to communicate with the
|
||||
/// compositor
|
||||
/// Starts the compositor, which listens for messages on the specified port.
|
||||
pub fn create_compositor_task(port: Port<Msg>,
|
||||
profiler_chan: ProfilerChan,
|
||||
shutdown_chan: Chan<()>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue