mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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);
|
self.set_transform(matrix);
|
||||||
}
|
}
|
||||||
fn snapshot(&self) -> SourceSurface {
|
fn snapshot(&self) -> SourceSurface {
|
||||||
unimplemented!();
|
SourceSurface::Raqote(self.snapshot_data_owned())
|
||||||
}
|
}
|
||||||
fn stroke(
|
fn stroke(
|
||||||
&mut self,
|
&mut self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue