mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update to gleam 0.5
This commit is contained in:
parent
696084863c
commit
0f91712800
18 changed files with 473 additions and 399 deletions
|
@ -16,7 +16,7 @@ default = []
|
|||
[dependencies]
|
||||
euclid = "0.17"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
gleam = { version = "0.4.34", optional = true }
|
||||
gleam = {version = "0.5", optional = true}
|
||||
image = "0.18"
|
||||
ipc-channel = "0.10"
|
||||
libc = "0.2"
|
||||
|
|
|
@ -276,7 +276,7 @@ impl webrender_api::RenderNotifier for RenderNotifier {
|
|||
self.compositor_proxy.recomposite(CompositingReason::NewWebRenderFrame);
|
||||
}
|
||||
|
||||
fn new_document_ready(
|
||||
fn new_frame_ready(
|
||||
&self,
|
||||
_document_id: webrender_api::DocumentId,
|
||||
scrolled: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue