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

Switch segments to be defined relative to the local primitive position. #3384

Merged
merged 2 commits into from Dec 5, 2018

Commits on Dec 4, 2018

  1. Store clip node templates in local space.

    This change makes clip item keys independent of the local space
    origin of the node. This ensures that even when Gecko sends a
    new display list with clip nodes that have different scroll offsets
    the interning logic results in the same uid for the clip node,
    avoiding unnecessary invalidations of cached picture tiles.
    gw3583 committed Dec 4, 2018
You can’t perform that action at this time.