mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
Update -webkit-text-stroke-width glue.
This commit is contained in:
parent
2b0d76d825
commit
353b86a7dc
1 changed files with 1 additions and 6 deletions
|
@ -1992,12 +1992,7 @@ fn static_assert() {
|
||||||
self.gecko.mTextEmphasisStyle = other.gecko.mTextEmphasisStyle;
|
self.gecko.mTextEmphasisStyle = other.gecko.mTextEmphasisStyle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(non_snake_case)]
|
<%call expr="impl_app_units('_webkit_text_stroke_width', 'mWebkitTextStrokeWidth', need_clone=False)"></%call>
|
||||||
pub fn set__webkit_text_stroke_width(&mut self, v: longhands::_webkit_text_stroke_width::computed_value::T) {
|
|
||||||
self.gecko.mWebkitTextStrokeWidth.set_value(CoordDataValue::Coord(v.0));
|
|
||||||
}
|
|
||||||
|
|
||||||
<%call expr="impl_coord_copy('_webkit_text_stroke_width', 'mWebkitTextStrokeWidth')"></%call>
|
|
||||||
|
|
||||||
</%self:impl_trait>
|
</%self:impl_trait>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue