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

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

Issue 2711473005: Rename CSSMatrixTransformComponent -> CSSMatrixComponent (Closed)
Patch Set: Rename cssMatrixTransformComponent.html => cssMatrixComponent.html Created 3 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698