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

Track overflow:scroll stacking contexts with ScrollRootId instead of StackingContextId #13957

Merged
merged 2 commits into from Oct 30, 2016

Commits on Oct 30, 2016

  1. Use a new id type for tracking scrolling areas

    This is a step in disassociating scrolling areas from stacking
    contexts. Now scroll areas are defined by unique ids, which means that
    in the future stacking context will be able to contain more than one.
    mrobinson committed Oct 30, 2016
  2. Update WebRender

    This is necessary because the API has changed for scrolling ids.
    mrobinson committed Oct 30, 2016
You can’t perform that action at this time.