Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update -webkit-text-stroke-width glue.
  • Loading branch information
heycam committed Dec 4, 2016
1 parent 2b0d76d commit 353b86a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/style/properties/gecko.mako.rs
Expand Up @@ -1992,12 +1992,7 @@ fn static_assert() {
self.gecko.mTextEmphasisStyle = other.gecko.mTextEmphasisStyle;
}

#[allow(non_snake_case)]
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>
<%call expr="impl_app_units('_webkit_text_stroke_width', 'mWebkitTextStrokeWidth', need_clone=False)"></%call>

</%self:impl_trait>

Expand Down

0 comments on commit 353b86a

Please sign in to comment.