-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#31981Labels
engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
DisplayList currently depends on SkShader objects to pass around sources of colors. These objects are not easily inspectable so they represent a loss of information that presents an obstacle for doing certain optimizations other than handing them to Skia for rendering. We should encapsulate the information into our own DlColorSource object that is inspectable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Type
Projects
Status
✅ Done