mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
Add clone to caret-color
This commit is contained in:
parent
9cb82cad90
commit
baf7cc054f
1 changed files with 3 additions and 0 deletions
|
@ -3189,6 +3189,9 @@ clip-path
|
|||
pub fn copy_caret_color_from(&mut self, other: &Self){
|
||||
self.gecko.mCaretColor = other.gecko.mCaretColor;
|
||||
}
|
||||
|
||||
<%call expr="impl_color_clone('caret_color', 'mCaretColor')"></%call>
|
||||
|
||||
</%self:impl_trait>
|
||||
|
||||
<%self:impl_trait style_struct_name="Column"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue