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

Destroy ImageLayers once they're no longer used #158

Closed
pcwalton opened this issue Oct 26, 2012 · 1 comment
Closed

Destroy ImageLayers once they're no longer used #158

pcwalton opened this issue Oct 26, 2012 · 1 comment

Comments

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Oct 26, 2012

This should fix some graphical glitches.

@dhedlund
Copy link
Contributor

@dhedlund dhedlund commented Dec 9, 2013

This looks like it's been fixed. ImageLayer was replaced by TextureLayer in 4133435. Support was then added to delete one layer via root_layer.remove_child in 86f0aac (only supposed to be one layer at the time). The code to remove the texture layer was eventually moved into CompositorLayer::build_layer_tree in 0e73774 and expanded to remove all layers each time the layer tree gets built.

@metajack metajack closed this Dec 9, 2013
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
TestTWF yogurito: added input[type=email] test
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
3 participants
You can’t perform that action at this time.