mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Bump heapsize to 0.3
This commit is contained in:
parent
26a82a6338
commit
55dcee94be
21 changed files with 106 additions and 116 deletions
|
@ -1257,7 +1257,7 @@ pub struct GradientDisplayItem {
|
|||
impl HeapSizeOf for GradientDisplayItem {
|
||||
fn heap_size_of_children(&self) -> usize {
|
||||
use heapsize::heap_size_of;
|
||||
use libc::c_void;
|
||||
use std::os::raw::c_void;
|
||||
|
||||
// We can't measure `stops` via Vec's HeapSizeOf implementation because GradientStop isn't
|
||||
// defined in this module, and we don't want to import GradientStop into util::mem where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue