Implement CSS filter for Stylo

This commit is contained in:
Shing Lyu 2016-10-17 12:04:02 +08:00 committed by Manish Goregaokar
parent b468a191cd
commit ff7bb691d7
5 changed files with 76 additions and 4 deletions

View file

@ -10930,7 +10930,7 @@ fn bindgen_test_layout_nsStyleSVG() {
#[repr(C)]
#[derive(Debug)]
pub struct nsStyleFilter {
pub mType: i32,
pub mType: u32,
pub mFilterParameter: nsStyleCoord,
pub __bindgen_anon_1: nsStyleFilter__bindgen_ty_bindgen_id_217312,
}