mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Merge adjacent identical impl
sections
Prior to #7416 and #7401, many of these `impl` sections were not identical
This commit is contained in:
parent
6431e8da43
commit
5ccb0d43ef
16 changed files with 0 additions and 52 deletions
|
@ -407,10 +407,7 @@ impl CanvasRenderingContext2D {
|
|||
|
||||
Some(Rect::new(Point2D::new(x as f32, y as f32), Size2D::new(w as f32, h as f32)))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl CanvasRenderingContext2D {
|
||||
pub fn get_renderer_id(&self) -> usize {
|
||||
self.renderer_id
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue