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:
Pyfisch 2018-01-04 20:31:41 +01:00
parent 3692f13dcb
commit 8a57bff59d
4 changed files with 11 additions and 19 deletions

View file

@ -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()