Fix some warnings in gfx.

This commit is contained in:
Simon Sapin 2015-03-18 22:08:00 +01:00
parent 2f6951af0b
commit 5ffd71cd5e
4 changed files with 6 additions and 7 deletions

View file

@ -439,7 +439,7 @@ impl WorkerThreadProxy {
font_cache_task,
time_profiler_chan);
worker_thread.main();
});
}).unwrap();
WorkerThreadProxy {
receiver: from_worker_receiver,
sender: to_worker_sender,