mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Bug 1348489 - stylo: Implement :-moz-window-inactive.
This commit is contained in:
parent
9a13cf6bda
commit
17f4d0c5d9
4 changed files with 30 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue