mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update nightly rustc.
This commit is contained in:
parent
74f1eb199e
commit
01681e79c4
20 changed files with 33 additions and 28 deletions
|
@ -209,7 +209,7 @@ impl VideoFrameRenderer for MediaFrameRenderer {
|
|||
if let Some(old_image_key) = self.old_frame.take() {
|
||||
updates.push(ImageUpdate::DeleteImage(old_image_key));
|
||||
}
|
||||
}
|
||||
},
|
||||
Some((ref mut image_key, ref mut width, ref mut height)) => {
|
||||
self.old_frame = Some(*image_key);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue