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

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

Issue 2038453002: Typed CSSOM: Rename Matrix to CSSMatrix and MatrixTransformComponent to CSSMatrixTransformComponent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/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;
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698