mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Allow for build_display_list to be called immutably
This commit is contained in:
parent
5cd15eeb54
commit
265a2ab2cc
2 changed files with 45 additions and 8 deletions
|
@ -1777,7 +1777,7 @@ impl BlockFlow {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn has_scrolling_overflow(&mut self) -> bool {
|
||||
pub fn has_scrolling_overflow(&self) -> bool {
|
||||
self.flags.contains(BlockFlowFlags::HAS_SCROLLING_OVERFLOW)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue