Changes for sender reciever

This commit is contained in:
Maharsh 2019-05-09 21:54:48 -04:00
parent 30cc087526
commit 1de8ddd89c
7 changed files with 34 additions and 13 deletions

View file

@ -77,7 +77,7 @@ impl<'a> CanvasPaintThread<'a> {
pub fn create_canvas(
&mut self,
size: Size2D<u32>,
size: Size2D<u64>,
webrender_api_sender: webrender_api::RenderApiSender,
antialias: bool,
) -> CanvasId {