Bug 1348489 - stylo: Implement :-moz-window-inactive.

This commit is contained in:
Matt Brubeck 2017-06-30 09:31:01 -07:00
parent 9a13cf6bda
commit 17f4d0c5d9
4 changed files with 30 additions and 4 deletions

View file

@ -552,6 +552,9 @@ extern "C" {
extern "C" {
pub fn Gecko_ElementState(element: RawGeckoElementBorrowed) -> u64;
}
extern "C" {
pub fn Gecko_DocumentState(aDocument: *const nsIDocument) -> u64;
}
extern "C" {
pub fn Gecko_IsTextNode(node: RawGeckoNodeBorrowed) -> bool;
}