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:
Bobby Holley 2017-09-19 21:43:31 -07:00
parent 4abe8002e9
commit 8000d42582
2 changed files with 15 additions and 3 deletions

View file

@ -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: