| Index: third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
|
| similarity index 93%
|
| rename from third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl
|
| rename to third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
|
| index 261bbab16a0aa94785fc5031952ca17e4bf0ed0f..62ae2d5a582e1e49d334658fec798c26b7ef98fa 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
|
| @@ -9,9 +9,8 @@
|
| double m31, double m32, double m33, double m34,
|
| double m41, double m42, double m43, double m44),
|
| Exposed=(Window,PaintWorklet),
|
| - ImplementedAs=CSSMatrixTransformComponent,
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface CSSMatrix : CSSTransformComponent {
|
| +] interface CSSMatrixTransformComponent : CSSTransformComponent {
|
| readonly attribute double a;
|
| readonly attribute double b;
|
| readonly attribute double c;
|
|
|