Add clone to caret-color

This commit is contained in:
Stefano Chiodino 2017-03-15 21:49:59 +00:00
parent 9cb82cad90
commit baf7cc054f

View file

@ -3189,6 +3189,9 @@ clip-path
pub fn copy_caret_color_from(&mut self, other: &Self){ pub fn copy_caret_color_from(&mut self, other: &Self){
self.gecko.mCaretColor = other.gecko.mCaretColor; self.gecko.mCaretColor = other.gecko.mCaretColor;
} }
<%call expr="impl_color_clone('caret_color', 'mCaretColor')"></%call>
</%self:impl_trait> </%self:impl_trait>
<%self:impl_trait style_struct_name="Column" <%self:impl_trait style_struct_name="Column"