As per #109576, we need a way to enable all of the types of rendering we use in the engine layers and support code with DisplayList equivalents. One API that we don't yet have is an equivalent to SkNWayCanvas that allows you to broadcast rendering methods to many underlying SkCanvas (or, in our case DisplayListBuilder) objects.
For the particular needs at hand, an object that only implemented saveLayer broadcasting would suffice.