mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
style: Update bindings.
This commit is contained in:
parent
174c37fddd
commit
3da3eb9be1
1 changed files with 4 additions and 0 deletions
|
@ -1068,6 +1068,10 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_NoteDirtyElement(element: RawGeckoElementBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_NoteDirtySubtreeForInvalidation(element:
|
||||
RawGeckoElementBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_NoteAnimationOnlyDirtyElement(element:
|
||||
RawGeckoElementBorrowed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue