Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: third_party/WebKit/Source/core/css/cssom/Matrix.idl

Issue 1664093002: CSS Typed OM: TransformComponent names match the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698