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

Treat all clips as scroll frames (partial revert of #1412) #1459

Closed
wants to merge 1 commit into from

Commits on Jul 7, 2017

  1. Treat all clips as scroll frames (partial revert of #1412)

    PR #1412 introduced a small semantic change mixed in with the removal of
    per-item complex clipping and masking. The semantic change resulted in
    numerous Gecko reftest failures as many scroll frames ended up being
    treated as clips. Eventually WR will have an explicit API to allow
    callers to distinguish scroll frames from clips, but until that is in
    place we should maintain the old behaviour of just treating all clips as
    potential scroll frames.
    staktrace committed Jul 7, 2017
You can’t perform that action at this time.