mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Stub out missing method in geckolib
This commit is contained in:
parent
748a573917
commit
8eb1a701db
1 changed files with 4 additions and 0 deletions
|
@ -162,6 +162,10 @@ impl<'ln> TNode for GeckoNode<'ln> {
|
|||
unimplemented!()
|
||||
}
|
||||
|
||||
fn dump_style(self) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn opaque(&self) -> OpaqueNode {
|
||||
let ptr: uintptr_t = self.node as uintptr_t;
|
||||
OpaqueNode(ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue