mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #20017 - servo:derive-all-the-things, r=emilio
Optimise more AnimationValue methods 🐉🐲 ``` __TEXT __DATA __OBJC others dec hex 87101440 5226496 0 64122880 156450816 9534000 XUL.old 87072768 5226496 0 64122880 156422144 952d000 XUL.new ``` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20017) <!-- Reviewable:end -->
This commit is contained in:
commit
9c94fe4279
2 changed files with 126 additions and 22 deletions
|
@ -88,7 +88,7 @@ impl ToAnimatedZero for BorderCornerRadius {
|
|||
/// The computed value of the `border-image-repeat` property:
|
||||
///
|
||||
/// https://drafts.csswg.org/css-backgrounds/#the-border-image-repeat
|
||||
#[derive(Clone, Debug, MallocSizeOf, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, MallocSizeOf, PartialEq)]
|
||||
pub struct BorderImageRepeat(pub BorderImageRepeatKeyword, pub BorderImageRepeatKeyword);
|
||||
|
||||
impl BorderImageRepeat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue