Move RawGecko{Node,Element,Document} to bindings

This commit is contained in:
Xidorn Quan 2016-10-24 20:43:42 +11:00
parent f3973a0d3b
commit 109bf2a755
5 changed files with 40 additions and 43 deletions

View file

@ -9981,9 +9981,6 @@ fn bindgen_test_layout_nsStyleVisibility() {
assert_eq!(::std::mem::size_of::<nsStyleVisibility>() , 7usize);
assert_eq!(::std::mem::align_of::<nsStyleVisibility>() , 1usize);
}
pub type RawGeckoNode = nsINode;
pub type RawGeckoElement = Element;
pub type RawGeckoDocument = nsIDocument;
#[repr(C)]
#[derive(Debug, Copy)]
pub struct Position {