mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Update webrender and serde_bytes
This commit is contained in:
parent
97d6351202
commit
808c34498b
17 changed files with 77 additions and 70 deletions
|
@ -172,7 +172,7 @@ impl SurfaceStyle {
|
|||
repeat_y: bool,
|
||||
) -> Self {
|
||||
Self {
|
||||
surface_data: surface_data.into(),
|
||||
surface_data: ByteBuf::from(surface_data),
|
||||
surface_size,
|
||||
repeat_x,
|
||||
repeat_y,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue