Add scroll tree measurement in IOCompositor (#38922)

Adds a new memory report that aggregates the size of all scroll trees
from within all pipelines for each web view.

Testing: Acessing `about:memory`
Fixes: #38726

---------

Signed-off-by: criskell <96352451+criskell@users.noreply.github.com>
This commit is contained in:
criskell 2025-08-26 09:47:04 -03:00 committed by GitHub
parent 55be274777
commit 7339e2b421
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 38 additions and 3 deletions

1
Cargo.lock generated
View file

@ -1409,6 +1409,7 @@ dependencies = [
"servo_allocator",
"servo_config",
"servo_geometry",
"servo_malloc_size_of",
"stylo_traits",
"surfman",
"timers",