| 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 a47593753712060f0540cff8c31f7835789a8113..d2b34f3206b4aba42e5faaa36efc587140cb5dce 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| @@ -3,14 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - Constructor(double angle),
|
| Constructor(CSSAngleValue angleValue),
|
| - Constructor(double x, double y, double z, double angle),
|
| Constructor(double x, double y, double z, CSSAngleValue angle),
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM
|
| ] interface CSSRotation : CSSTransformComponent {
|
| - readonly attribute double angle;
|
| + readonly attribute CSSAngleValue angle;
|
| readonly attribute double x;
|
| readonly attribute double y;
|
| readonly attribute double z;
|
|
|