Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHave DisplayListBuilder keep track of its own AuxiliaryListsBuilder #574
Comments
mrobinson
added a commit
to mrobinson/webrender
that referenced
this issue
Nov 24, 2016
mrobinson
added a commit
to mrobinson/webrender
that referenced
this issue
Nov 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that everything is flattened, it doesn't look like there's any need to keep track of a separate aux lists builder and pass it around -- the DisplayListbBuilder should be able to keep track of one internally and use it as needed. @mrobinson any reason to not do this?