stylo: Handle SVG presentation attributes

This commit is contained in:
Manish Goregaokar 2017-02-22 17:19:04 -08:00 committed by Manish Goregaokar
parent 9e6fce4d36
commit 14d8eb93ba
2 changed files with 6 additions and 5 deletions

View file

@ -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" {