-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#35170Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Right now, platform view layers are being recorded to a picture and then drawn to the background canvas: https://github.com/flutter/engine/blob/7ec7f3ca844f6931e1fbd43dade197e60c66fa48/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm#L546
These SkPictures are recorded as drawPicture ops, which Impeller has no way to render.
This will require RTree support in DisplayList.
Umbrella bug: #85737
chinmaygarde
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Type
Projects
Status
✅ Done