mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Pass the event loop waker into WebXR
This commit is contained in:
parent
c9dde3a4bb
commit
701256d837
9 changed files with 17 additions and 19 deletions
|
@ -67,7 +67,7 @@ fn create_embedder_proxy() -> EmbedderProxy {
|
|||
}
|
||||
impl EventLoopWaker for DummyEventLoopWaker {
|
||||
fn wake(&self) {}
|
||||
fn clone(&self) -> Box<dyn EventLoopWaker + Send> {
|
||||
fn clone_box(&self) -> Box<dyn EventLoopWaker> {
|
||||
Box::new(DummyEventLoopWaker {})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue