Auto merge of #6188 - Manishearth:sizeof, r=nnethercote

Fixes #5914

r? @nnethercote for the gfx changes

r? @kmcallister or @jdm for the plugin

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6188)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-02 23:48:03 -05:00
commit 2ca606aaba
13 changed files with 206 additions and 127 deletions

View file

@ -1280,6 +1280,7 @@ name = "util_tests"
version = "0.0.1"
dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"plugins 0.0.1",
"util 0.0.1",
]