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

Remove ServoScrollRootId #983

Merged
merged 1 commit into from Mar 20, 2017
Merged

Commits on Mar 14, 2017

  1. Remove ServoScrollRootId

    Remove the concept of ServoScrollRootId and just wrap up external ids
    into ScrollLayerId. This will allow API clients to specify ids without
    having to do complicated bookkeeping when building display lists. In
    addition, this makes the code much simpler. This is a major API break
    because clips cannot share the same id. This is only possible because
    now Servo does not need to split scroll layers / clips.
    mrobinson committed Mar 14, 2017
You can’t perform that action at this time.