mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The DisplayList will now track the "render depth" of all rendering ops and provide the total content depth for DisplayList and save[Layer]/restore pairs to enable depth clipping in the back ends. The depth accounting process is described in the class comment for `DlOpReceiver`