New issue
Advanced search Search tips

Issue 891916 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome
Pri: 1
Type: Bug



Sign in to add a comment

Remove GetBitmap calls for PaintRecord backed image reps

Project Member Reported by malaykeshav@chromium.org, Oct 3

Issue description

ImageSkiaReps 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