New issue
Advanced search Search tips

Issue 899905 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 3
Type: Bug



Sign in to add a comment

SkiaRenderer needs MemoryTracker

Project Member Reported by ericrk@chromium.org, Oct 29

Issue description

SkiaRenderer imports GPU resources for use during compositing. It should track imported resources on a MemoryTracker and ensure that this memory is counted in the task manager's GPU column.

See SkiaOutputSurfaceImplOnGpu's constructor where shared_image_representation_factory_ is created without a MemoryTracker.
 

Sign in to add a comment