mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update to latest rust-layers
The compositing context, painting context and display metadata have all been collapsed into a single NativeDisplay class.
This commit is contained in:
parent
b7923547a7
commit
0f27bd6c4b
13 changed files with 71 additions and 108 deletions
|
@ -80,7 +80,7 @@ impl CompositorEventListener for NullCompositor {
|
|||
return false
|
||||
}
|
||||
|
||||
Msg::GetGraphicsMetadata(chan) => {
|
||||
Msg::GetNativeDisplay(chan) => {
|
||||
chan.send(None).unwrap();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue