| Index: third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl b/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| index ff6a616251ac55660007441acf02a7cf3269466c..13e1156bdedff3c9c167202b013d58766350a725 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| @@ -6,12 +6,12 @@
|
| // "transform".
|
| // Spec: https://drafts.css-houdini.org/css-typed-om/#cssrotation
|
| [
|
| - Constructor(CSSAngleValue angleValue),
|
| - Constructor(double x, double y, double z, CSSAngleValue angle),
|
| + Constructor(CSSNumericValue angleValue),
|
| + Constructor(double x, double y, double z, CSSNumericValue angle),
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM
|
| ] interface CSSRotation : CSSTransformComponent {
|
| - readonly attribute CSSAngleValue angle;
|
| + readonly attribute CSSNumericValue angle;
|
| readonly attribute double x;
|
| readonly attribute double y;
|
| readonly attribute double z;
|
|
|