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:
Martin Robinson 2015-06-27 09:00:51 -07:00
parent b7923547a7
commit 0f27bd6c4b
13 changed files with 71 additions and 108 deletions

View file

@ -80,7 +80,7 @@ impl CompositorEventListener for NullCompositor {
return false
}
Msg::GetGraphicsMetadata(chan) => {
Msg::GetNativeDisplay(chan) => {
chan.send(None).unwrap();
}