Skip to content

[DisplayList] Clean up legacy "front end" code in DlOpReceiver #156617

@flar

Description

@flar

The DisplayList mechanism used to use the same interface for both recording and playback. That interface is now the DlOpReceiver interface and is only mainly used during the playback phase of DL dispatching. As such, the dispatch mechanism should only be calling the methods with all arguments (no default values needed and no "subset of arguments" overloads either). The front-facing DlCanvas interface used during recording of rendering ops is the one that should have such convenience mechanisms.

The DlOpReceiver interface class should have all overloads and argument defaults eliminated for clarity and simplicity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listengineflutter/engine related. See also e: labels.team-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    Status

    🤔 Needs Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions