mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove mention of some old issues
* #228 was done (confirmed by mbrubeck) * #2012 fixed TODO item * servo/webrender#28 (zoom does work)
This commit is contained in:
parent
3692f13dcb
commit
8a57bff59d
4 changed files with 11 additions and 19 deletions
|
@ -3566,8 +3566,6 @@ impl InlineFlowDisplayListBuilding for InlineFlow {
|
|||
}
|
||||
|
||||
fn build_display_list_for_inline(&mut self, state: &mut DisplayListBuildState) {
|
||||
// TODO(#228): Once we form lines and have their cached bounds, we can be smarter and
|
||||
// not recurse on a line if nothing in it can intersect the dirty region.
|
||||
debug!(
|
||||
"Flow: building display list for {} inline fragments",
|
||||
self.fragments.len()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue