diff options
author | Maharsh <maharsh312@gmail.com> | 2019-05-09 21:54:48 -0400 |
---|---|---|
committer | Maharsh <maharsh312@gmail.com> | 2019-05-09 21:54:48 -0400 |
commit | 1de8ddd89c49356bcf551c63dc8be1ad25c327af (patch) | |
tree | daea377cfeef1c81df1bc6d97a3948658d21da07 /components/script_traits/script_msg.rs | |
parent | 30cc087526c1d06424c770db1d851ed90a28c926 (diff) | |
download | servo-1de8ddd89c49356bcf551c63dc8be1ad25c327af.tar.gz servo-1de8ddd89c49356bcf551c63dc8be1ad25c327af.zip |
Changes for sender reciever
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r-- | components/script_traits/script_msg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index 33cc94d0128..40b0a939440 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -121,7 +121,7 @@ pub enum ScriptMsg { ChangeRunningAnimationsState(AnimationState), /// Requests that a new 2D canvas thread be created. (This is done in the constellation because /// 2D canvases may use the GPU and we don't want to give untrusted content access to the GPU.) - CreateCanvasPaintThread(Size2D<u32>, IpcSender<(IpcSender<CanvasMsg>, CanvasId)>), + CreateCanvasPaintThread(Size2D<u64>, IpcSender<(IpcSender<CanvasMsg>, CanvasId)>), /// Notifies the constellation that this frame has received focus. Focus, /// Requests that the constellation retrieve the current contents of the clipboard |