Index: third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/Matrix.idl b/third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl |
similarity index 93% |
rename from third_party/WebKit/Source/core/css/cssom/Matrix.idl |
rename to third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl |
index 92b12a8b9ef4a32d9511d332e871b446ab479136..c7031ae75bbcdd61629096fb7ce216a7c2b7e353 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/Matrix.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl |
@@ -8,9 +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, |
+ ImplementedAs=CSSMatrixTransformComponent, |
RuntimeEnabled=CSSTypedOM |
-] interface Matrix : TransformComponent { |
+] interface CSSMatrix : TransformComponent { |
readonly attribute double a; |
readonly attribute double b; |
readonly attribute double c; |