-
Notifications
You must be signed in to change notification settings - Fork 30.2k
Closed
flutter/engine
#13731Labels
customer: dream (g3)e: embedderUsers of the Embedder APIUsers of the Embedder APIengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Internal: b/143612326
Currently, when the Flutter compositor encounters a platform layer, any opacities or clips on the transformation stack cannot be applied to that layer (just the platform layer though, any Flutter rendered contents after the platform layer will be rendered just fine because Flutter controls those renderer backing stores). Flutter should expose this information to the embedder during the layer presentation callback. It would still be embedder responsibility to affect that clip (or opacity) on the layer.
Flutter already calculates this information during the layer tree preroll in the mutator stack. This needs to be exposed via the stable interface.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
customer: dream (g3)e: embedderUsers of the Embedder APIUsers of the Embedder APIengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.