mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Bug 1401317 - Disable lazy pseudo caching when the originating element's primary style was reused via the rule node. r=emilio
MozReview-Commit-ID: IkBa39E1bR1
This commit is contained in:
parent
4abe8002e9
commit
8000d42582
2 changed files with 15 additions and 3 deletions
|
@ -1936,6 +1936,11 @@ extern "C" {
|
|||
pub fn Servo_Element_IsDisplayNone(element: RawGeckoElementBorrowed)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_Element_IsPrimaryStyleReusedViaRuleNode(element:
|
||||
RawGeckoElementBorrowed)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSheet_FromUTF8Bytes(loader: *mut Loader,
|
||||
gecko_stylesheet:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue