mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Make HTMLCanvasElement::get_size return a Size2D<u32>
The changes keep trickling down.
This commit is contained in:
parent
b8dbf2dddd
commit
a3392610c3
15 changed files with 126 additions and 101 deletions
|
@ -80,7 +80,7 @@ impl<'a> CanvasPaintThread <'a> {
|
|||
|
||||
pub fn create_canvas(
|
||||
&mut self,
|
||||
size: Size2D<i32>,
|
||||
size: Size2D<u32>,
|
||||
webrender_api_sender: webrender_api::RenderApiSender,
|
||||
antialias: bool
|
||||
) -> CanvasId {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue