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

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

Issue 2126473002: Revert CSSMatrix classname to CSSMatrixTransformComponent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update webexposed tests as well Created 4 years, 5 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/CSSMatrixTransformComponent.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
similarity index 93%
rename from third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl
rename to third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
index 261bbab16a0aa94785fc5031952ca17e4bf0ed0f..62ae2d5a582e1e49d334658fec798c26b7ef98fa 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSMatrix.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.idl
@@ -9,9 +9,8 @@
double m31, double m32, double m33, double m34,
double m41, double m42, double m43, double m44),
Exposed=(Window,PaintWorklet),
- ImplementedAs=CSSMatrixTransformComponent,
RuntimeEnabled=CSSTypedOM
-] interface CSSMatrix : CSSTransformComponent {
+] interface CSSMatrixTransformComponent : CSSTransformComponent {
readonly attribute double a;
readonly attribute double b;
readonly attribute double c;

Powered by Google App Engine
This is Rietveld 408576698