| 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 d2b34f3206b4aba42e5faaa36efc587140cb5dce..c56d7faa3d841e73256e2d9977987d9e5d006941 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| @@ -3,12 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - 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;
|
|
|