mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #13795 - shinglyu:stylo-filter, r=Manishearth
Implement CSS filter for Stylo <!-- Please describe your changes on the following line: --> This patch is part of https://bugzilla.mozilla.org/show_bug.cgi?id=1310117 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13795) <!-- Reviewable:end -->
This commit is contained in:
commit
ee713bc7d9
5 changed files with 76 additions and 4 deletions
|
@ -11203,7 +11203,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_236550,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue