mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement DrawTarget::snapshot()
This commit is contained in:
parent
772f2bc2ee
commit
fa2de68919
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ impl GenericDrawTarget for raqote::DrawTarget {
|
|||
self.set_transform(matrix);
|
||||
}
|
||||
fn snapshot(&self) -> SourceSurface {
|
||||
unimplemented!();
|
||||
SourceSurface::Raqote(self.snapshot_data_owned())
|
||||
}
|
||||
fn stroke(
|
||||
&mut self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue