Bug 1500260 - Update servo malloc_size_of after webrender update. r=emilio

This cherry-picks part of servo/servo#21725.
This commit is contained in:
Josh Matthews 2018-10-09 14:41:37 -04:00 committed by Emilio Cobos Álvarez
parent dcc0b09eed
commit 1feab6797d

View File

@ -917,8 +917,6 @@ malloc_size_of_is_0!(webrender_api::BorderRadius);
#[cfg(feature = "webrender_api")]
malloc_size_of_is_0!(webrender_api::BorderStyle);
#[cfg(feature = "webrender_api")]
malloc_size_of_is_0!(webrender_api::BorderWidths);
#[cfg(feature = "webrender_api")]
malloc_size_of_is_0!(webrender_api::BoxShadowClipMode);
#[cfg(feature = "webrender_api")]
malloc_size_of_is_0!(webrender_api::ClipAndScrollInfo);