Skip to content

[DisplayList] Create a DisplayListBuilder-style multiplexer similar to SkNWayCanvas #109579

@flar

Description

@flar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    engineflutter/engine related. See also e: labels.

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions