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

Unified Diff: third_party/WebKit/Source/core/css/cssom/TransformComponent.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
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/TransformComponent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
index 98ba650294bea8a34a705dfa069a41b239ee64e3..a2bbf00f48e3173e98aef63ba335841adf000321 100644
--- a/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
+++ b/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
@@ -7,5 +7,5 @@
] interface TransformComponent {
readonly attribute DOMString cssString;
boolean is2DComponent();
- Matrix asMatrix();
+ CSSMatrix asMatrix();
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/TransformComponent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698