Glenn Watson bfe5060361 Bug 1623792 - Pt 8 - Add IS_IDENTITY to spatial node flags. r=jnicol
Add a new flag for spatial nodes that identifies if the spatial
node is guaranteed to be identity (no transformation at all) for
the entirety of the scene (i.e. either a fixed identity reference
frame or a redundant scroll frame).

Although not used yet, this will be useful in future to help
remove clips during scene building that can't possibly affect
the content rendering no matter what occurs during frame building.

At the same time, port the other bool fields in spatial node into
a single bitflags.

Differential Revision: https://phabricator.services.mozilla.com/D84957
2020-07-27 09:56:59 +00:00
..