Remove GetBitmap calls for PaintRecord backed image reps |
|
Issue descriptionImageSkiaReps can be backed by rasterized bitmaps or a PaintRecord(drawable). If GetBitmap() is called on an image rep backed by a drawable, it triggers a raster on the UI thread to generate and return the bitmap. We want to avoid this as much as possible. |
|
►
Sign in to add a comment |
|