Checkpoint: Fix a crash

This commit is contained in:
Nathan Sobo 2023-10-04 22:59:01 -06:00
parent 699a5d2944
commit 177e385bb9
4 changed files with 16 additions and 36 deletions

View file

@ -157,7 +157,7 @@ pub trait PlatformDispatcher: Send + Sync {
}
pub trait PlatformDisplayLink {
fn set_output_callback(&mut self, callback: Box<dyn FnMut(&VideoTimestamp, &VideoTimestamp)>);
// fn set_output_callback(&mut self, callback: Box<dyn FnMut(&VideoTimestamp, &VideoTimestamp)>);
fn start(&mut self);
fn stop(&mut self);
}