mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
stylo: Call Gecko_SetOwnerDocumentNeedsStyleFlush after setting has_dirty_descendants on a style root.
This commit is contained in:
parent
e985ad5422
commit
10994ea758
2 changed files with 6 additions and 0 deletions
|
@ -633,6 +633,10 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_UnsetNodeFlags(node: RawGeckoNodeBorrowed, flags: u32);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetOwnerDocumentNeedsStyleFlush(element:
|
||||
RawGeckoElementBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetStyleContext(node: RawGeckoNodeBorrowed,
|
||||
aPseudoTagOrNull: *mut nsIAtom)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue