Index: third_party/WebKit/Source/core/css/cssom/Matrix.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/Matrix.idl |
similarity index 93% |
rename from third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.idl |
rename to third_party/WebKit/Source/core/css/cssom/Matrix.idl |
index 918de3a5e9186a21ba0651cb71465f7b14b134a2..92b12a8b9ef4a32d9511d332e871b446ab479136 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/Matrix.idl |
@@ -8,8 +8,9 @@ |
double m21, double m22, double m23, double m24, |
double m31, double m32, double m33, double m34, |
double m41, double m42, double m43, double m44), |
+ ImplementedAs=MatrixTransformComponent, |
RuntimeEnabled=CSSTypedOM |
-] interface MatrixTransformComponent : TransformComponent { |
+] interface Matrix : TransformComponent { |
readonly attribute double a; |
readonly attribute double b; |
readonly attribute double c; |