mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Bug 1294572 - Avoid traversing children of XBL-bound elements during initial styling. r=heycam
MozReview-Commit-ID: JHABvLnMYco
This commit is contained in:
parent
7c7dd0f965
commit
652e891d0d
6 changed files with 73 additions and 14 deletions
|
@ -1199,6 +1199,8 @@ impl ComputedValues {
|
|||
self.custom_properties.as_ref().map(|x| x.clone())
|
||||
}
|
||||
|
||||
pub fn has_moz_binding(&self) -> bool { false }
|
||||
|
||||
pub fn root_font_size(&self) -> Au { self.root_font_size }
|
||||
pub fn set_root_font_size(&mut self, size: Au) { self.root_font_size = size }
|
||||
pub fn set_writing_mode(&mut self, mode: WritingMode) { self.writing_mode = mode; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue