Revert "Measure ImageValue objects."

This reverts commit a185393cee (#18515).
This commit is contained in:
Matt Brubeck 2017-09-15 10:53:26 -07:00
parent f1da967ef7
commit 1c23cacdfb
2 changed files with 4 additions and 28 deletions

View file

@ -1004,10 +1004,6 @@ extern "C" {
aURIString: ServoRawOffsetArc<RustString>)
-> *mut ImageValue;
}
extern "C" {
pub fn Gecko_ImageValue_SizeOfIncludingThis(aImageValue: *mut ImageValue)
-> usize;
}
extern "C" {
pub fn Gecko_SetLayerImageImageValue(image: *mut nsStyleImage,
aImageValue: *mut ImageValue);