Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try not to clone boxes so often in `FragmentMap::fixup()` #2267

Closed
pcwalton opened this issue Apr 29, 2014 · 1 comment
Closed

Try not to clone boxes so often in `FragmentMap::fixup()` #2267

pcwalton opened this issue Apr 29, 2014 · 1 comment

Comments

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Apr 29, 2014

Currently everything that splits boxes has to leave boxes around so that fixup() can do its job. Ideally we shouldn't split boxes at all, but if we have to then we should at least not clone the entire render box.

@nox
Copy link
Member

@nox nox commented Sep 30, 2017

There is no FragmentMap type nor fixup method anymore.

@nox nox closed this Sep 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.