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

Simplify display list construction in the API #592

Merged
merged 3 commits into from Nov 28, 2016
Merged

Commits on Nov 25, 2016

  1. Move AuxiliaryListsBuilder into DisplayListBuilder

    This makes it a bit less complicated to use the WebRender API and hides
    some details that might change later.
    
    Fixes #574.
    mrobinson committed Nov 25, 2016
  2. Move more details into DisplayListBuilder

    Bookkeeping for pipeline_id and the current scroll layer id is logic
    that is shared among all clients. We can just move this into
    DisplayListBuilder.
    mrobinson committed Nov 25, 2016
  3. Update the version to reflect the API break

    mrobinson committed Nov 25, 2016
You can’t perform that action at this time.