Update -webkit-text-stroke-width glue.

This commit is contained in:
Cameron McCormack 2016-12-03 23:07:28 -10:00
parent 2b0d76d825
commit 353b86a7dc

View file

@ -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>