On 4/14/16 10:52 AM, Jip de Beer wrote:
The Frame Dump doesn't contain any information about z-order.

That information is not stored in the frame tree, really. It's computed during display list construction.

How can I know which nodes are in front of other nodes?

The answer, in general, is that two nodes may not be "in front" of each other at all. That is, parts of one node may be in front of parts of the other while other parts are behind it.

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to