| Index: third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl
|
| similarity index 95%
|
| rename from third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
|
| rename to third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl
|
| index 62ae2d5a582e1e49d334658fec798c26b7ef98fa..b149eaf2f7dcdea6ea864f191af537a17ed13dab 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl
|
| @@ -10,7 +10,7 @@
|
| double m41, double m42, double m43, double m44),
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface CSSMatrixTransformComponent : CSSTransformComponent {
|
| +] interface CSSMatrixComponent : CSSTransformComponent {
|
| readonly attribute double a;
|
| readonly attribute double b;
|
| readonly attribute double c;
|
|
|