| Index: third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl b/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| index ea2a4572578b9df682e3664bb295a66e5be6a303..9f10ec4825521ac847e4bf00f8816ee2e9da16d6 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - Constructor(CSSAngleValue ax, CSSAngleValue ay),
|
| + Constructor(CSSNumericValue ax, CSSNumericValue ay),
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM
|
| ] interface CSSSkew : CSSTransformComponent {
|
| - readonly attribute CSSAngleValue ax;
|
| - readonly attribute CSSAngleValue ay;
|
| + readonly attribute CSSNumericValue ax;
|
| + readonly attribute CSSNumericValue ay;
|
| };
|
|
|