aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-02-05 03:40:36 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-02-05 03:40:36 +0530
commit2a6707ce58df27d93e865bffb6b44d396b810c99 (patch)
tree849afb2986272f67b1abfc8720b8f530dc1c2227 /components/gfx/lib.rs
parent9e68285d35a2e7b72c9edfd9e5e37399e724c4e6 (diff)
parentcb5cd8d881c39f549381e078b44f341dea733e68 (diff)
downloadservo-2a6707ce58df27d93e865bffb6b44d396b810c99.tar.gz
servo-2a6707ce58df27d93e865bffb6b44d396b810c99.zip
Auto merge of #9532 - nox:dedup-heapsize, r=Manishearth
Say farewell to in-tree HeapSizeOf <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9532) <!-- Reviewable:end -->
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index c088e7e9b97..8bc6f8c8b4a 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -15,6 +15,7 @@
#![feature(str_char)]
#![feature(unique)]
+#![plugin(heapsize_plugin)]
#![plugin(plugins)]
#![plugin(serde_macros)]
@@ -45,6 +46,7 @@ extern crate gfx_traits;
// shapers. For now, however, this is a hard dependency.
extern crate harfbuzz_sys as harfbuzz;
+extern crate heapsize;
extern crate ipc_channel;
extern crate layers;
#[macro_use]