style: Derive parse for ShapeRadius.

Depends on D76331

Differential Revision: https://phabricator.services.mozilla.com/D76332
This commit is contained in:
Emilio Cobos Álvarez 2020-05-21 18:43:12 +00:00
parent e259c53c62
commit 224550f818
2 changed files with 1 additions and 16 deletions

View file

@ -270,6 +270,7 @@ pub struct Ellipse<H, V, NonNegativeLengthPercentage> {
Copy,
Debug,
MallocSizeOf,
Parse,
PartialEq,
SpecifiedValueInfo,
ToAnimatedValue,