Skip to content
Snippets Groups Projects
Commit a84a8b79 authored by Glenn Watson's avatar Glenn Watson
Browse files

Bug 1594364 - Support subpx AA with picture caching in more cases. r=kvark

Instead of creating a picture caching slice for any content that
is fixed position, also check if the clip(s) for the cluster are
fixed position or anchored to the scroll root.

This prevents WR creating slices for parallax style effects. There's
not much point in doing this anyway, since those slices will invalidate
due to the spatial node of the clip changing during scrolling. This
also allows subpixel AA to be enabled in more situations.

Differential Revision: https://phabricator.services.mozilla.com/D52621

--HG--
extra : moz-landing-system : lando
parent 41dd7332
No related branches found
No related tags found
No related merge requests found
Showing
with 52 additions and 30 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment