mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
stylo: Handle SVG presentation attributes
This commit is contained in:
parent
9e6fce4d36
commit
14d8eb93ba
2 changed files with 6 additions and 5 deletions
|
@ -1464,7 +1464,8 @@ extern "C" {
|
|||
RawServoDeclarationBlockBorrowed,
|
||||
property:
|
||||
*const nsACString_internal,
|
||||
value: *mut nsACString_internal,
|
||||
value:
|
||||
*const nsACString_internal,
|
||||
is_important: bool) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
|
@ -1472,7 +1473,7 @@ extern "C" {
|
|||
RawServoDeclarationBlockBorrowed,
|
||||
property: nsCSSPropertyID,
|
||||
value:
|
||||
*mut nsACString_internal,
|
||||
*const nsACString_internal,
|
||||
is_important: bool) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue